Steve Clay
ae4b49fcee
port MinifyLinesTest to phpunit
2015-11-22 13:57:52 -05:00
Steve Clay
8a35a8d9ca
Add explicit dependency on PHPUnit 5
2015-11-22 13:57:52 -05:00
Elan Ruusamäe
6c95daf3cf
formatting fixes
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
8816e270e6
port HTTPConditionalGetTest
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
3a9687ad4e
port MinifyCSSUriRewriterTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
6e7767aa3e
port MinifyHTMLTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
16b8296c34
port MinifyHTMLHelperTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
fa9f5db843
port MinifyCacheWinCacheTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
5b82a781dc
port MinifyCacheAPCTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
5d46afbc72
port MinifyCacheZendPlatformTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
3cb97e2e47
port MinifyCacheMemcacheTest 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
554542401f
port MinifyCacheFileTest to phpunit
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
ed79a279a9
YUI/Closure: mark test skipped if .jar not found
2015-11-22 13:56:59 -05:00
Elan Ruusamäe
e328c0b4af
YUI test: ensure jar is in test dir as closure compiler test
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
ec22663e3e
exclude /tests from export
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
d91bcf29fb
port MinifyYuiCSSTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
3f0b99fb52
port MinifyCommentPreserverTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
316b384b1f
closure compiler: handle better when api is limited
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
badb6ce191
fix assertNotContains arguments order
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
31d81df2af
fix duplicate class name
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
830640c0e1
closure compiler: make it work with all tests run at same time
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
47c2af74d6
update closure compiler download url
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
4f344b5d21
port MinifyClosureCompilerTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
a856756705
port MinifyBuildTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
68f011d73f
port MinifyBuildTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
4bfe976916
add common TestCase class
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
08070aecdb
port JsMinTest to phpunit
2015-11-22 13:56:58 -05:00
Elan Ruusamäe
6838349e3a
port Minify_JS_ClosureCompiler test to phpunit
2015-11-22 13:56:57 -05:00
Steve Clay
e2bb6b0565
Merge pull request #489 from glensc/travis
...
add travis config
2015-11-21 16:22:42 -05:00
Elan Ruusamäe
27b5f4b2d0
handle more ng exit codes
...
comments from #87 :
* cbed5408dddccae5589bcef73c5aeedeed06b8e5
For some reasons Nailgun thinks that it's server
broke the connection and returns 227 instead of 0
We'll just handle this here instead of fixing
the nailgun client itself.
* 7810d4a44563f7a5dddff7fca2e11e7191979bbe
It also sometimes breaks on 229 on the devbox.
To complete this whole madness and made future
'fixes' easier I added this nice little array...
2015-11-20 14:04:14 +02:00
Elan Ruusamäe
5458206700
add Nailgun based ClosureCompiler
2015-11-20 13:54:42 +02:00
Elan Ruusamäe
273a08f2ee
do not ignore /test!
2015-11-20 13:52:48 +02:00
Elan Ruusamäe
29f20d95b3
add travis config
2015-11-20 11:57:30 +02:00
Elan Ruusamäe
1f9166a693
Merge pull request #487 from glensc/cc-refactor
...
refactor closure compiler class to allow extensibility
2015-11-20 11:54:50 +02:00
Elan Ruusamäe
35a9ab7d4a
avoid unneccessary static calls
2015-11-19 17:56:05 +02:00
Elan Ruusamäe
0a74b9c4a6
refactor closure compiler class to allow extensibility
2015-11-19 17:52:11 +02:00
Elan Ruusamäe
0873db81b9
typo
2015-11-19 11:41:39 +02:00
Elan Ruusamäe
aa825fc4ed
restore require-dev + suggests, lost in 588c859
...
suggest: a text value to suggest
require-dev: include all suggest deps so can run tests easily
2015-11-19 11:40:06 +02:00
Steve Clay
e271c370a9
Merge pull request #485 from glensc/php-5.3
...
be compatible with php-5.3
2015-11-17 17:15:14 -05:00
Elan Ruusamäe
8e85853af8
be compatible with php-5.3
2015-11-17 16:46:23 +02:00
Steve Clay
590cf9b57e
Update Debugging.wiki.md
2015-10-02 13:40:12 -04:00
Steve Clay
d184597a2f
Update UriRewriting.wiki.md
2015-10-02 11:12:02 -04:00
Steve Clay
3a3354aec6
Fix displayed URLs in builder for HTTPS
2015-09-29 16:39:25 -04:00
Steve Clay
5f2c54f636
Builder checks encoding problems with bigger response
...
Fixes #347
2015-09-29 16:29:21 -04:00
Steve Clay
70c0d4b3bf
Builder BM can capture URLs with query strings
...
Fixes #373
2015-09-29 16:20:30 -04:00
Steve Clay
53a832fd90
Be clearer about missing params
...
Fixes #423
2015-09-29 15:59:14 -04:00
Steve Clay
5793db9098
Update CommonProblems.wiki.md
2015-09-29 15:57:40 -04:00