1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

port MinifyCommentPreserverTest to phpunit

This commit is contained in:
Elan Ruusamäe
2015-11-18 18:05:08 +02:00
committed by Steve Clay
parent 316b384b1f
commit 3f0b99fb52
4 changed files with 26 additions and 39 deletions

View File

@@ -16,7 +16,8 @@ class TestCase extends PHPUnit_Framework_TestCase
*
* @link http://stackoverflow.com/q/2736343/2314626
*/
public function test_does_nothing() {
public function test_does_nothing()
{
}
}