Skip to content

Commit 78e328b

Browse files
Indentation fixed
1 parent d495801 commit 78e328b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Create a test case and extend from ``Matthias\SymfonyConfigTest\PhpUnit\Abstract
2020
``getConfiguration()``:
2121

2222
```php
23-
<?php
23+
<?php
2424

25-
class ConfigurationTest extends AbstractConfigurationTestCase
25+
class ConfigurationTest extends AbstractConfigurationTestCase
26+
{
27+
protected function getConfiguration()
2628
{
27-
protected function getConfiguration()
28-
{
29-
return new Configuration();
30-
}
29+
return new Configuration();
3130
}
31+
}
3232
```
3333

3434
Let's assume the ``Configuration`` class you want to test looks like this:

0 commit comments

Comments
 (0)