minor #64 Fix typo (rogamoore)
This PR was merged into the 2.0 branch.
Discussion
----------
Just a typo fix :)
Commits
-------
0e82eedc1c Fix typo
This commit is contained in:
@@ -10,7 +10,7 @@ Feature: Using SymfonyExtension
|
|||||||
Then the application's kernel should use "test" environment
|
Then the application's kernel should use "test" environment
|
||||||
```
|
```
|
||||||
|
|
||||||
There are two methods to check the kernel's environment - either by calling `getEnviornment()` method on the kernel itself
|
There are two methods to check the kernel's environment - either by calling `getEnvironment()` method on the kernel itself
|
||||||
or by injecting `%kernel.environment%` parameter.
|
or by injecting `%kernel.environment%` parameter.
|
||||||
|
|
||||||
We'll need also a dummy context implementation:
|
We'll need also a dummy context implementation:
|
||||||
|
|||||||
Reference in New Issue
Block a user