File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
contributing/code_of_conduct Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This is how the extension of an AcmeHelloBundle should look like::
34
34
namespace Acme\HelloBundle\DependencyInjection;
35
35
36
36
use Symfony\Component\DependencyInjection\ContainerBuilder;
37
- use Symfony\Component\DependencyInjection\Extension \Extension;
37
+ use Symfony\Component\HttpKernel\DependencyInjection \Extension;
38
38
39
39
class AcmeHelloExtension extends Extension
40
40
{
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Members
21
21
22
22
Here are all the members of the CARE team (in alphabetic order). You can contact
23
23
any of them directly using the contact details below or you can also contact all
24
- of them at once by emailing **care@symfony.com **:
24
+ of them at once by emailing ** care@symfony.com ** .
25
25
26
26
* **Timo Bakx **
27
27
Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ on it will exhibit the same bugs. The good news is that whenever you fix a
8
8
bug, you are fixing a bunch of applications too.
9
9
10
10
Today's mission is to write unit tests for the framework we have created by
11
- using `PHPUnit `_. Create a PHPUnit configuration file in
12
- ``example.com/phpunit.xml.dist ``:
11
+ using `PHPUnit `_. At first, install PHPUnit as a development dependency:
12
+
13
+ .. code-block :: terminal
14
+
15
+ $ composer require --dev phpunit/phpunit
16
+
17
+ Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist ``:
13
18
14
19
.. code-block :: xml
15
20
You can’t perform that action at this time.
0 commit comments