@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Event\User\Create; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Event\User\Create; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Event\User\Create; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap; |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @copyright Skel |
|
6 | - * @license proprietary |
|
7 | - * @author Thiago Paes <[email protected]> |
|
8 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @copyright Skel |
|
6 | + * @license proprietary |
|
7 | + * @author Thiago Paes <[email protected]> |
|
8 | + */ |
|
9 | 9 | use Skel\Bootstrap; |
10 | 10 | use Doctrine\Common\Annotations\AnnotationRegistry; |
11 | 11 |
@@ -21,17 +21,17 @@ |
||
21 | 21 | |
22 | 22 | $app['logger']->addDebug('Loading metadata...'); |
23 | 23 | |
24 | -$metadata = $app['orm.em']->getMetadataFactory()->getAllMetadata(); |
|
24 | +$metadata = $app['orm.em']->getMetadataFactory()->getAllMetadata(); |
|
25 | 25 | |
26 | 26 | $app['logger']->addDebug('Creating schema...'); |
27 | 27 | |
28 | -$tool = new SchemaTool($app['orm.em']); |
|
28 | +$tool = new SchemaTool($app['orm.em']); |
|
29 | 29 | $tool->dropSchema($metadata); |
30 | 30 | $tool->createSchema($metadata); |
31 | 31 | |
32 | 32 | $app['logger']->addDebug('Loading fixtures...'); |
33 | 33 | |
34 | -$loader = new Loader(); |
|
34 | +$loader = new Loader(); |
|
35 | 35 | $loader->loadFromDirectory('tests/Fixtures'); |
36 | 36 | |
37 | 37 | $app['logger']->addDebug('Executing fixtures...'); |