Example #1
0
 /**
  * @test
  * @covers \User\Repository\User::findById
  */
 public function findById()
 {
     $result = $this->obj->findById(1);
     $this->assertTrue(is_object($result));
 }