View LoadProductData.php
<?php | |
/** | |
* @file | |
* | |
* first fixture experience... | |
*/ | |
namespace Mirtrik\HelloBundle\DataFixtures\ORM; |
View tests.php
/** | |
* Creates a Kernel. | |
* | |
* Available options: | |
* | |
* * environment | |
* * debug | |
* | |
* @param array $options An array of options | |
* |