File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class MyExtensionTest extends AbstractExtensionTestCase
102
102
To prevent duplication of required configuration values, you can provide some minimal configuration, by overriding
103
103
the `` getMinimalConfiguration() `` method of the test case.
104
104
105
- ## Testing a compiler pass
105
+ ### Testing a compiler pass
106
106
107
107
To test a compiler pass, create a test class and extend from
108
108
`` Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractCompilerPassTestCase `` . Then implement the `` registerCompilerPass() `` method:
@@ -157,7 +157,7 @@ class MyCompilerPassTest extends AbstractCompilerPassTestCase
157
157
}
158
158
```
159
159
160
- ### Standard test for unobtrusiveness
160
+ #### Standard test for unobtrusiveness
161
161
162
162
The `` AbstractCompilerPassTestCase `` class always executes one specific test -
163
163
`` compilation_should_not_fail_with_empty_container() `` - which makes sure that the compiler pass is unobtrusive. For
You can’t perform that action at this time.
0 commit comments