framework/tests
David Wheatley 4ad961c972
feat: allow replacing of blade template namespaces via extender (#3167)
* feat: allow replacing of blade template namespaces

* wip: add `prependNamespace` support

* test: add replace namespace test

* Apply fixes from StyleCI

[ci skip] [skip ci]

* fix: add missing property

* test: add prepend test

* fix: add view namespaces before resolving

Allows `replaceNamespace()` extender to actually remove old routes.

* test: make replace test ensure that replaced view does not exist

* docs: update docblock

* Apply fixes from StyleCI

[ci skip] [skip ci]

* fix: missing `\` before class

* fix: change test view namespace

* chore: simplify test

* Remove replace namespace code

We only really need prepend.

* chore: rename extender

* ci: add override test

* Apply fixes from StyleCI

[ci skip] [skip ci]

* fix(tests): add `trim` call

* revert: 3d46ead14b

Co-authored-by: luceos <luceos@users.noreply.github.com>
2021-12-20 09:56:48 +01:00
..
fixtures feat: allow replacing of blade template namespaces via extender (#3167) 2021-12-20 09:56:48 +01:00
integration feat: allow replacing of blade template namespaces via extender (#3167) 2021-12-20 09:56:48 +01:00
unit Throw error if required route params missing (#3118) 2021-10-23 14:05:47 -04:00
phpunit.integration.xml Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00
phpunit.unit.xml Laravel components v8 (#2576) 2021-03-05 09:43:35 -05:00