fix phpunit annotations (#794)

This commit is contained in:
Kevin Papst
2019-05-19 17:05:07 +02:00
committed by GitHub
parent d2ad87d09c
commit 46ff78a4c4
34 changed files with 230 additions and 109 deletions

View File

@@ -11,7 +11,7 @@ namespace App\Tests\Controller;
/**
* This test makes sure the login and registration work as expected.
* They live in the FOSUserBundle and are tested already, but we use a different layout.
* The logic is located in the FOSUserBundle and already tested, but we use a different layout.
*
* @group integration
*/