php-censor/PHPCI
Dan Cryer 20bb2e7a10 Merge pull request #16 from MarkMaldaba/shorttag_fix
Follow-up to commit fa7ad2f45ddea003258b0448fd1038650ec2f66b...
2013-05-15 08:35:28 -07:00
..
Controller Fix for running PHP under CGI on Windows machines. In this situation, the environement variables defining the system temp path are not necessarily available to PHP, so sys_get_temp_dir() falls back to using the system path (e.g. C:\WINDOWS), which is normally unwritable. This means that temp-file creation fails. 2013-05-15 16:04:55 +01:00
Helper Adding user accounts. 2013-05-10 16:25:51 +01:00
Model Adding Github statuses integration 2013-05-14 17:49:39 +01:00
Plugin Modified the PHPunit plugin so that it can take multiple config files and dirs and will combine the results of each. 2013-05-15 13:41:30 +01:00
Store Adding user accounts. 2013-05-10 16:25:51 +01:00
View Follow-up to commit fa7ad2f45d, which replaced short-tags with print statements. This one was missed (or, perhaps, has since crept in). A CodeSniffer test candidate, methinks! 2013-05-15 16:31:21 +01:00
Application.php Adding user accounts. 2013-05-10 16:25:51 +01:00
Builder.php Merging master to bring github branch into line. 2013-05-14 19:57:37 +01:00
Plugin.php Initial commit. 2013-05-03 16:02:53 +01:00