1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 05:08:14 +01:00

13 Commits

Author SHA1 Message Date
Steve Clay
bc1ffdc5fc Test fixes 2024-01-04 01:00:44 -05:00
Elan Ruusamäe
b31855f6b8 Apply php-cs-fixer fixers
- braces
- function_declaration
- lowercase_keywords
- method_argument_space
- no_spaces_inside_parenthesis
- no_trailing_whitespace
- no_trailing_whitespace_in_comment
- single_blank_line_at_eof
2020-04-03 10:47:27 +03:00
Elan Ruusamäe
7d60fb9d0f use Minify\Test namespace for tests 2017-12-22 17:58:01 +02:00
Elan Ruusamäe
6236431c8f use forward-compatible phpunit testcase 2017-12-22 17:54:17 +02:00
Elan Ruusamäe
8949df33dd add testcase for js minify that produces $jscomp polyfills
with recent closure compiler default input language has changed from ES3 to ES6 produces $jscomp polyfills
2016-12-06 14:46:46 +02:00
Steve Clay
316a109032 Port last of min_unit_tests, remove references to it, add composer script 2015-11-22 13:57:53 -05:00
Steve Clay
8a35a8d9ca Add explicit dependency on PHPUnit 5 2015-11-22 13:57:52 -05:00
Elan Ruusamäe
16b8296c34 port MinifyHTMLHelperTest to phpunit 2015-11-22 13:56:59 -05:00
Elan Ruusamäe
f71dd4c79f move common cache test assertion to TestCase 2015-11-22 13:56:59 -05:00
Elan Ruusamäe
79bcb7d5fe port HTTPEncoderTest to phpunit 2015-11-22 13:56:59 -05:00
Elan Ruusamäe
3f0b99fb52 port MinifyCommentPreserverTest to phpunit 2015-11-22 13:56:58 -05:00
Elan Ruusamäe
f9f3e3ca83 hack to make TestCase class being recognized as tests class 2015-11-22 13:56:58 -05:00
Elan Ruusamäe
4bfe976916 add common TestCase class 2015-11-22 13:56:58 -05:00