mirror of
https://github.com/mrclay/minify.git
synced 2025-08-10 08:04:14 +02:00
Add explicit dependency on PHPUnit 5
This commit is contained in:
@@ -30,11 +30,10 @@
|
|||||||
"tubalmartin/cssmin": "~2.4.8"
|
"tubalmartin/cssmin": "~2.4.8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"leafo/lessphp": "~0.4.0",
|
"phpunit/phpunit": "5.0.*"
|
||||||
"meenie/javascript-packer": "~1.1"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"leafo/lessphp": "LESS support",
|
"leafo/lessphp": "~0.4.0",
|
||||||
"meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
|
"meenie/javascript-packer": "~1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1042
composer.lock
generated
1042
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -26,17 +26,6 @@ class TestCase extends PHPUnit_Framework_TestCase
|
|||||||
: strlen($str);
|
: 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.
|
* Common assertion for cache tests.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user