getUsedStoragePath() public method

Get storage path for module used.
public getUsedStoragePath ( ) : string
return string
Esempio n. 1
0
 /** @test */
 public function it_gets_the_used_storage_path()
 {
     $path = $this->repository->getUsedStoragePath();
     $this->assertEquals(storage_path('app/modules/modules.used'), $path);
 }