Skip to content

Commit f99a180

Browse files
authored
Add closing brace to code example
1 parent 4b73e76 commit f99a180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class ContainerServiceDefinitionsTest extends WebTestCase
130130

131131
$kernel->boot();
132132
}
133+
}
133134
```
134135

135136
This simple functional test just boots up the symfony kernel using the "test" environment. If you look back to the code you added to set up the compiler pass you'll see that we enabled the validator for the "test" environment too. So this simple phpunit test will validate the services each time it is run.

0 commit comments

Comments
 (0)