Zach Borboa
9a538f3a6b
Reduce number of ops
2019-05-12 21:13:10 -07:00
Zach Borboa
1e615d340e
Replace usage of is_null() with strict comparison operator
2019-05-11 11:57:32 -07:00
Zach Borboa
9205c5fe67
Display debugging information and output more verbose information when running phpunit locally using test script
2019-04-25 22:31:08 -07:00
Zach Borboa
ea0294f907
Fix phpunit test not completing when run in container
2019-04-21 23:34:26 -07:00
Zach Borboa
c5db809662
Allow tests to have mock-style indentation
2018-07-07 04:29:21 -07:00
Zach Borboa
aea056bab5
Clean up
2018-06-18 00:06:28 -07:00
Zach Borboa
51aef1d3d6
Fix #449 : Fix hhvm builds failing.
...
Install latest nginx.
Replace install_fastcgi.sh which inserts "include hhvm.conf;" with inline configuration.
Copy server scripts to default nginx root instead of modifying folder and file permissions to fix nginx 404 File Not Found.
2017-07-02 01:52:46 -07:00
Zach Borboa
1e3ed2963c
Use composer's phpunit and phpcs
2017-06-29 06:28:10 -07:00
Zach Borboa
d04f0594e1
Add descriptive error messages when checks fail
2017-06-29 05:28:00 -07:00
Zach Borboa
6bed5fb0bf
Fix #129 : Add PSR-2 coding style checks to continuous integration tests
2017-05-02 18:51:52 -07:00
Zach Borboa
93c1224fc0
Display PHPUnit version before running unit tests
2017-03-19 09:00:26 -07:00
Zach Borboa
25a764fcb0
Include syntax check in fails to exit on
2016-09-02 00:41:36 -07:00
Zach Borboa
976f837499
Use xargs for syntax check to fail on error
2016-09-02 00:40:28 -07:00
Zach Borboa
30b9bcb76b
Add --color=always to grep and egrep commands
2016-08-19 00:37:32 -07:00
Zach Borboa
18b5ad7e78
Require both braces on else statement line
2016-08-19 00:25:23 -07:00
Zach Borboa
400cf8b0a2
Exit with error count
2016-08-19 00:06:55 -07:00
Zach Borboa
bfe89ab8ba
Require keyword "elseif" to be used instead of "else if" so that all control keywords look like single words
2016-08-07 15:10:25 -07:00
Zach Borboa
5c2aa6c663
Remove tabs
2016-03-28 22:19:20 -07:00
Mike Mulligan
1a3f399245
Make Travis checks more helpfuler.
2016-03-28 12:25:58 -04:00
Zach Borboa
c85e0a0048
Require using identical comparison operators
2016-02-05 19:43:37 -08:00
Zach Borboa
1ef006f751
Prohibit screaming caps notation in php files
2015-11-10 17:36:05 -08:00
Zach Borboa
0e2e64734e
Prohibit @author in php files
2015-11-10 08:02:54 -08:00
Zach Borboa
d69cded020
Fix #254 : CaseInsensitiveArray not found.
2015-10-20 21:54:53 -07:00
Zach Borboa
29afe450f8
Add check to prohibit excessively long lines in php files
2015-08-20 02:37:11 -07:00
Zach Borboa
bfb932dc30
Fix script.sh exiting with return code 0 when phpunit tests fail
2015-04-23 15:48:26 -07:00
Zach Borboa
0dfb568734
Add workaround for hhvm to avoid "Notice: File could not be loaded: ..."
2015-02-17 01:34:31 +07:00
Zach Borboa
06c4f9ff0d
Fix "warning: here-document at line XX delimited by end-of-file (wanted `EOF')"
2015-02-17 01:20:16 +07:00
Zach Borboa
a8575a1ecd
Enforce indentation consistency in php files
2015-02-17 00:31:43 +07:00
Zach Borboa
d67fbd3677
Remove unnecessary usage of xargs
2015-02-16 16:55:14 +07:00
Zach Borboa
c1cf3b3f08
Enforce line ending consistency in php files
2015-01-01 16:19:12 -08:00
Zach Borboa
69c1741597
Prohibit tab characters in php files
2014-12-31 14:27:10 -08:00
Zach Borboa
f8b851dec6
Run unit tests before checking trailing whitespace in php files
2014-12-31 14:01:51 -08:00
zborboa-google
351f4b51ab
Add script comments
2014-09-09 11:34:27 -07:00
Zach Borboa
9dc097c672
Add trailing whitespace test
2014-09-03 17:04:18 -07:00
Zach Borboa
007bea958f
Fix #73 : Add PHP 5.3 to continuous integration tests
2014-08-16 23:26:37 -07:00
Zach Borboa
3b6debd09b
Move before_script and script to files
2014-07-24 10:39:35 -07:00