We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d495801 commit 78e328bCopy full SHA for 78e328b
README.md
@@ -20,15 +20,15 @@ Create a test case and extend from ``Matthias\SymfonyConfigTest\PhpUnit\Abstract
20
``getConfiguration()``:
21
22
```php
23
- <?php
+<?php
24
25
- class ConfigurationTest extends AbstractConfigurationTestCase
+class ConfigurationTest extends AbstractConfigurationTestCase
26
+{
27
+ protected function getConfiguration()
28
{
- protected function getConfiguration()
- {
29
- return new Configuration();
30
- }
+ return new Configuration();
31
}
+}
32
```
33
34
Let's assume the ``Configuration`` class you want to test looks like this:
0 commit comments