Skip to content

Commit

Permalink
Fixing file test, phpunit.xml is now in kohana/kohana:testing-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BRMatt committed Jul 13, 2010
1 parent c443c44 commit 410806a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/kohana/FileTest.php
Expand Up @@ -24,7 +24,6 @@ function providerMime()
return array(
// $value, $result
array(Kohana::find_file('classes', 'file')),
array(Kohana::find_file('', 'phpunit', 'xml')),
array(Kohana::find_file('tests', 'test_data/github', 'png')),
);
}
Expand Down

0 comments on commit 410806a

Please sign in to comment.