Commit Graph

36 Commits (master)

Author SHA1 Message Date
n0nag0n f4f3c7a342 Fixed multiple trailing slashes issues. Also fixed server test for 405 and 404
1 week ago
lubiana 2d36b79f32
fix tests on different php versions
5 months ago
n0nag0n f697e30afa added unit and integration tests
6 months ago
Austin Collier 33676872ed Maintains headers on redirect, error, and halt. Added jsonHalt
8 months ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
8 months ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
9 months ago
Austin Collier 9be596f0bf lots of phpcs errors to fix
10 months ago
n0nag0n a1228a8492 added missing test from dispatcher refactor
10 months ago
Austin Collier 43300d5758 added ability to load classes with _ in them
10 months ago
n0nag0n 79ffb61f94 phpunit fixes for deprecated notices. Also pdowrapper reset removal
10 months ago
Austin Collier 54403bede8 One last test to make sure Dice maintains the same instance
10 months ago
Austin Collier 1b6c5b942b refactored some errors. UI Tests and cleanup.
10 months ago
Austin Collier dbf05ebf40 Lots more tests. Now will dynamically create object with engine instance.
10 months ago
Austin Collier f752073f7d more testing and catching things.
10 months ago
Austin Collier 3f887e305f Added more tests. Captured callable exception thrown
10 months ago
Austin Collier f610adfc14 lots more testing around containers
10 months ago
n0nag0n 6d41115e9a initial commit for containerization
10 months ago
n0nag0n 412596e863
Merge pull request #558 from flightphp/request-improvements
10 months ago
Austin Collier f4c5405d1b little changes to requests and integration testing JSON POST requests
10 months ago
Austin Collier 5406bbedc1 added test coverage and clearing body for head requests
10 months ago
n0nag0n 0622fd1c2b fixed issues with @params_with_underscores and prepopulate getUrl() params.
11 months ago
Austin Collier 788ddb6137 added streaming responses. Fixed JSONP.
11 months ago
n0nag0n feee086e2b initial commit to overhaul output buffering
11 months ago
n0nag0n ff6fa74d51 Merge branch 'master' into easier-access-to-request-headers
1 year ago
n0nag0n 537ea032d8 request header shortcut and lots of unit test fixes for phpcs
1 year ago
fadrian06 8d6d0f08da Simplified tests
1 year ago
fadrian06 84cdbcbdc3 Fixed phpcs format problems in tests
1 year ago
Austin Collier cc4338a34b added PSR12 coding style to files.
1 year ago
fadrian06 751f17be0d Fixed conflicting typehint in Loader::class
1 year ago
n0nag0n 1e4c07da52 correct unit test and removed final keywords
1 year ago
n0nag0n c98d6ce7d4 Lots of tweaks for middleware. Cleaned up old code.
1 year ago
Austin Collier f543d74bfe Middleware code
1 year ago
n0nag0n fd4ce43c44 added route alias to engine/flight
1 year ago
Austin Collier 48164961fb Engine at 100% coverage
1 year ago
n0nag0n 317ad3140e removed comment
1 year ago
n0nag0n bf2075245e Got it to 90% coverage with some windows fixes
1 year ago