| 1 | <?php |
||
| 24 | final class PathResolverSpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function it_implements_path_resolver_interface(): void |
||
| 30 | |||
| 31 | function it_returns_modified_path_if_its_referencing_bundle_asset(ThemeInterface $theme): void |
||
| 37 | |||
| 38 | function it_does_not_change_path_if_its_not_referencing_bundle_asset(ThemeInterface $theme): void |
||
| 44 | } |
||
| 45 |