| 1 | <?php |
||
| 24 | final class TestConfigurationProviderSpec extends ObjectBehavior |
||
| 25 | { |
||
| 26 | function let(TestThemeConfigurationManagerInterface $testThemeConfigurationManager): void |
||
| 30 | |||
| 31 | function it_implements_configuration_provider_interface(): void |
||
| 35 | |||
| 36 | function it_provides_configuration_based_on_test_configuration_manager(TestThemeConfigurationManagerInterface $testThemeConfigurationManager): void |
||
| 46 | } |
||
| 47 |