예제 #1
0
파일: LintTest.php 프로젝트: griffbrad/gasp
 public function testCanSetMultiplePathsViaSetPathsMethod()
 {
     $this->lint->setPaths([__DIR__, '/etc/']);
     $this->assertEquals([__DIR__, '/etc/'], $this->lint->getPaths());
 }