summaryrefslogtreecommitdiff
path: root/tests/Unit/ApplicationTest.php
AgeCommit message (Collapse)Author
2019-11-06Tests: Replaced setMethods as it is deprecatedIgor Scheller
2019-04-25FormattingIgor Scheller
```bash php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/] ```
2019-04-25phpunit: Upgrade to version 8, fixed tests, formattingIgor Scheller
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
2018-11-24Added caching for templating and routingIgor Scheller
See #486 (Implement caching)
2018-09-10Moved frontend, templates and lang to resourcesIgor Scheller
2018-08-29Added Twig template renderer, closes #338Igor Scheller
2018-08-19Moved middleware to application configIgor Scheller
2017-10-31Added tests for base_path and config_pathIgor Scheller
2017-09-22Implemented service provider functionalityIgor Scheller
2017-09-21Changed Container to Illuminate/ContainerIgor Scheller
@see https://laravel.com/docs/5.5/container @see https://davejamesmiller.com/2017/06/15/laravel-illuminate-container-in-depth
2017-09-20Added Application unit testIgor Scheller