1 | <?php |
||
8 | abstract class WebTest extends WebTestCase |
||
9 | { |
||
10 | protected $identifiant = "[email protected]"; |
||
11 | protected $motDePasse = "motMotDePasse"; |
||
12 | |||
13 | /** |
||
14 | * Erase all database data. |
||
15 | */ |
||
16 | public function setUp() |
||
20 | |||
21 | /** |
||
22 | * Retourne l'entity manager de la connexion defaut. |
||
23 | * |
||
24 | * @return \Doctrine\Common\Persistence\ObjectManager|object |
||
25 | */ |
||
26 | protected function getEntityManager() |
||
30 | |||
31 | protected function getAuthClient() |
||
48 | } |
||
|
|||
49 |
This check marks files that end in a newline character, i.e. an empy line.