mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> How to test? </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* <fg=blue>Write</> test cases in the <comment>tests/</> folder
|
|
* Use MakerBundle's <comment>make:test</> command as a shortcut!
|
|
* <fg=blue>Run</> the tests with <comment>php bin/phpunit</>
|