Exemple #1
0
 public function testCanSetMultiplePathsViaSetPathsMethod()
 {
     $this->lint->setPaths([__DIR__, '/etc/']);
     $this->assertEquals([__DIR__, '/etc/'], $this->lint->getPaths());
 }