Skip to content

Commit

Permalink
Fixed tests on Windows - use DIRECTORY_SEPARATOR
Browse files Browse the repository at this point in the history
  • Loading branch information
KacerCZ authored and emirb committed Nov 20, 2017
1 parent 399bae8 commit 00df736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testPDependFiltersSingleFileWithPattern()
$this->changeWorkingDirectory();

$directory = $this->createCodeResourceUriForTest();
$pattern = '*/Integration/*';
$pattern = '*' . DIRECTORY_SEPARATOR . 'Integration' . DIRECTORY_SEPARATOR . '*';

$pdepend = $this->createEngineFixture();
$pdepend->addFile($this->createCodeResourceUriForTest().'/Integration/FilteredClass.php');
Expand Down

0 comments on commit 00df736

Please sign in to comment.