-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mostly implement psr2 code standards #11
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 096fbd9 - Browse repository at this point
Copy the full SHA 096fbd9View commit details -
The result of running: php-cs-fixer fix --level=psr2
Configuration menu - View commit details
-
Copy full SHA for 35e0602 - Browse repository at this point
Copy the full SHA 35e0602View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8aa345 - Browse repository at this point
Copy the full SHA d8aa345View commit details -
The result of: php-cs-fixer fix --fixers=phpdoc_indent
Configuration menu - View commit details
-
Copy full SHA for 6bce1e7 - Browse repository at this point
Copy the full SHA 6bce1e7View commit details -
Which the fixer can't process since they contain parse errors in their raw format
Configuration menu - View commit details
-
Copy full SHA for e859776 - Browse repository at this point
Copy the full SHA e859776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e09bd77 - Browse repository at this point
Copy the full SHA e09bd77View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 38d3778 - Browse repository at this point
Copy the full SHA 38d3778View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc823b2 - Browse repository at this point
Copy the full SHA cc823b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7eb3e - Browse repository at this point
Copy the full SHA ff7eb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a037b - Browse repository at this point
Copy the full SHA a4a037bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d606c3c - Browse repository at this point
Copy the full SHA d606c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04095bc - Browse repository at this point
Copy the full SHA 04095bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1534a7d - Browse repository at this point
Copy the full SHA 1534a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590fbee - Browse repository at this point
Copy the full SHA 590fbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59b369 - Browse repository at this point
Copy the full SHA c59b369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb0e6b - Browse repository at this point
Copy the full SHA 2bb0e6bView commit details
Commits on Dec 23, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 324df97 - Browse repository at this point
Copy the full SHA 324df97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4510165 - Browse repository at this point
Copy the full SHA 4510165View commit details -
Merge branch 'master' into psr2
* master: Fix path in TestTask Move the TESTS constant to the bootstrap.php Fix CS Fix path in FixtureTask Fix fixture path in test Conflicts: src/Shell/Task/FixtureTask.php src/Shell/Task/TestTask.php tests/TestCase/Shell/Task/FixtureTaskTest.php
Configuration menu - View commit details
-
Copy full SHA for 98d45cc - Browse repository at this point
Copy the full SHA 98d45ccView commit details -
Merge branch 'master' into psr2
* master: The tests folder is not in APP (src)
Configuration menu - View commit details
-
Copy full SHA for 0acd690 - Browse repository at this point
Copy the full SHA 0acd690View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16156d4 - Browse repository at this point
Copy the full SHA 16156d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d57a7 - Browse repository at this point
Copy the full SHA 15d57a7View commit details -
Cuased by moving the allowMethod call to be first
Configuration menu - View commit details
-
Copy full SHA for e34fb99 - Browse repository at this point
Copy the full SHA e34fb99View commit details -
Tests should not be baking into the APP folder
App is the src folder, the code was wrong, and this was baking into: ROOT/src/tests/whatever instead of: ROOT/tsets/whatever
Configuration menu - View commit details
-
Copy full SHA for 3ebd0fd - Browse repository at this point
Copy the full SHA 3ebd0fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8fdec - Browse repository at this point
Copy the full SHA 8e8fdecView commit details -
Correct tests test case to account for TESTS
APP is the src dir, the path tests go in is no src/tests
Configuration menu - View commit details
-
Copy full SHA for 250b31d - Browse repository at this point
Copy the full SHA 250b31dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9256cdf - Browse repository at this point
Copy the full SHA 9256cdfView commit details -
Move test classes to their own files
Not changing namespaces as this time
Configuration menu - View commit details
-
Copy full SHA for a701c96 - Browse repository at this point
Copy the full SHA a701c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01bcf3 - Browse repository at this point
Copy the full SHA f01bcf3View commit details