Skip to content

Commit

Permalink
Revert "Fixed failure with non existing files defined in <file> confi…
Browse files Browse the repository at this point in the history
…guration."

This reverts commit 6009484.
  • Loading branch information
sebastianbergmann committed Jan 23, 2012
1 parent cb772b0 commit 93279fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PHPUnit/Util/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -857,10 +857,6 @@ protected function getTestSuite(DOMElement $testSuiteNode)

// Get the absolute path to the file
$file = $fileIteratorFacade->getFilesAsArray($this->toAbsolutePath($file));
if (!isset($file[0])) {
// If the file does not exist skip adding it to the test suite
continue;
}
$file = $file[0];

if ($fileNode->hasAttribute('phpVersion')) {
Expand Down

0 comments on commit 93279fb

Please sign in to comment.