Skip to content

Commit

Permalink
Removed call to EXTPATH which isn't used.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlbarnes committed Aug 24, 2010
1 parent d4fdc9b commit d97983a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unit_test.php
Expand Up @@ -59,10 +59,6 @@ function add_test($dir, $file, &$test)
{
$test->addTestFile(TESTS_DIR . $dir .'/' . $file);
}
elseif (file_exists(EXTPATH . $dir .'/'. $file))
{
$test->addTestFile(EXTPATH . $dir .'/' . $file);
}
}


Expand Down

0 comments on commit d97983a

Please sign in to comment.