-
-
system/libraries/core/class.session.inc.php (Diff revision 1) I was trying to keep that list alphabetical...
-
-
-
-
-
Change Summary:
PSR0 implemented Unit Tests
Branch: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+560 -16) |
Change Summary:
Code Style checks and comments from review
Testing Done: |
|
|||
---|---|---|---|---|
Diff: |
Revision 4 (+593 -27) |
-
-
-
-
src/Lunr/Core/Tests/SessionBaseTest.php (Diff revision 5) This is not sufficient, since you don't test the passed parameters. Please add tests for expected and unexpected parameters.
-
-
-
-
-
src/Lunr/Core/Tests/SessionBaseTest.php (Diff revision 5) I'd add an assertArrayHasKey or whatever it's called before
-
src/Lunr/Core/Tests/SessionBaseTest.php (Diff revision 5) not necessary, just declare it @runInSeparateProcess
-
src/Lunr/Core/Tests/SessionBaseTest.php (Diff revision 5) ok, so just to be sure, you really only need this if the method is protected or private
-
-