summaryrefslogtreecommitdiff
path: root/tests/TestCase.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Long linesGreg Roach1-2/+6
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+3
2019-10-09Working on routingGreg Roach1-16/+21
2019-10-06Use aura/routerGreg Roach1-0/+5
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-0/+1
2019-10-05Working on routingGreg Roach1-2/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-50/+47
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-3/+2
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-2/+2
2019-04-25CodeStyle: declare return typesGreg Roach1-1/+1
2019-04-21Refactor database connection as middlewareGreg Roach1-1/+7
2019-04-17CodeStyleGreg Roach1-2/+4
2019-04-14Refactor the bootstrap processGreg Roach1-4/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-46/+130
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-15TestsGreg Roach1-1/+1
2019-03-13Allow custom modules to provide translationsGreg Roach1-1/+1
2019-03-03TestingGreg Roach1-0/+3
2019-02-20TestingGreg Roach1-2/+4
2019-02-04Working on upgrade wizard and testingGreg Roach1-4/+7
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+4
2019-01-30Converting themes to modulesGreg Roach1-0/+4
2019-01-29TestingGreg Roach1-2/+9
2019-01-28TestingGreg Roach1-0/+2
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-2/+7
2019-01-06Fix testsGreg Roach1-0/+1
2019-01-02TestingGreg Roach1-0/+2
2019-01-02illuminate/database and testsGreg Roach1-1/+2
2019-01-02TestsGreg Roach1-1/+1
2019-01-02TestsGreg Roach1-1/+1
2019-01-02Use illuminate/database to import treesGreg Roach1-4/+10
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31Add tests for Auth and Site classesGreg Roach1-9/+11
2018-12-30Apply fixes from StyleCI (#2078)Greg Roach1-1/+2
2018-12-30Use illuminate/database for trees/users and add tests using sqliteGreg Roach1-11/+61
2018-12-30Fix: #2075 typoGreg Roach1-0/+51
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-12Unit tests for TimeoutServiceGreg Roach1-0/+23