getStubPath() 공개 메소드

Get stub path.
public getStubPath ( ) : string
리턴 string
예제 #1
0
 /** @test */
 public function it_returns_default_stub_path()
 {
     $this->assertNull($this->repository->getStubPath());
 }