count() 공개 메소드

Get count from all modules.
public count ( ) : integer
리턴 integer
예제 #1
0
 /** @test */
 public function it_counts_all_modules()
 {
     $this->repository->addLocation(__DIR__ . '/stubs');
     $this->assertEquals(1, $this->repository->count());
 }