1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 13:21:59 +02:00

Add explicit dependency on PHPUnit 5

This commit is contained in:
Steve Clay
2015-11-22 12:08:23 -05:00
parent 6c95daf3cf
commit 8a35a8d9ca
3 changed files with 1042 additions and 18 deletions

View File

@@ -26,17 +26,6 @@ class TestCase extends PHPUnit_Framework_TestCase
: strlen($str);
}
/**
* Excluding from phpunit.xml does not work, even using dir,
* hence this dummy test.
*
* @link http://stackoverflow.com/q/2736343/2314626
*/
public function test_does_nothing()
{
}
/**
* Common assertion for cache tests.
*