mirror of
https://github.com/mrclay/minify.git
synced 2025-08-05 21:57:53 +02:00
hack to make TestCase class being recognized as tests class
This commit is contained in:
committed by
Steve Clay
parent
31d81df2af
commit
f9f3e3ca83
@@ -9,4 +9,14 @@ class TestCase extends PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
self::$test_files = __DIR__ . '/../min_unit_tests/_test_files';
|
self::$test_files = __DIR__ . '/../min_unit_tests/_test_files';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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() {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user