test = $test; } /** * Returns count of testerlite. * * @param array $filter * * @return int */ public function count() { return 0; } /** * Find testerlite by slug. * * @param array $filter * * @return int */ public function testerlite($slug) { return $this->testerlite ->findBySlug($slig) ->toArray(); } }