phpci/PHPCI
2013-05-16 12:55:29 +01:00
..
build Replacing .gitkeep with .gitignore, so that artifacts created in the build directories are properly ignored, and don't end up being committed to the repo on accident. 2013-05-16 12:55:29 +01:00
Command Fixing the console app so that it installs and runs composer if not present. 2013-05-15 22:29:09 +01: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 Updating base models to ones generated by the new b8framework generator. Now include strict typing, proper commenting and better formatting. Fixes #13 2013-05-15 17:28:36 +01:00
Plugin Updated the comments in the PHPUnit plugin to relfect the fact that directory and config file can also be arrays of strings. 2013-05-16 09:54:15 +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 Getting to the bottom of the logging issue 2013-05-15 23:43:34 -04:00
Plugin.php Initial commit. 2013-05-03 16:02:53 +01:00