introduce Propel\Bundle\PropelBundle namespace

This commit is contained in:
Toni Uebernickel 2016-01-23 21:41:17 +01:00
commit 4db28b7bbd
96 changed files with 360 additions and 427 deletions

View file

@ -9,10 +9,10 @@
* file that was distributed with this source code.
*/
namespace Propel\PropelBundle\Tests\Form\DataTransformer;
namespace Propel\Bundle\PropelBundle\Tests\Form\DataTransformer;
use Propel\PropelBundle\Form\DataTransformer\CollectionToArrayTransformer;
use Propel\PropelBundle\Tests\TestCase;
use Propel\Bundle\PropelBundle\Form\DataTransformer\CollectionToArrayTransformer;
use Propel\Bundle\PropelBundle\Tests\TestCase;
class CollectionToArrayTransformerTest extends TestCase
{