diff --git a/Command/BuildCommand.php b/Command/BuildCommand.php index 8449819..10ad23c 100644 --- a/Command/BuildCommand.php +++ b/Command/BuildCommand.php @@ -1,10 +1,10 @@ Propel PropelConfiguration - Symfony\Bundle\PropelBundle\Logger\PropelLogger + Propel\PropelBundle\Logger\PropelLogger default diff --git a/Tests/DependencyInjection/PropelExtensionTest.php b/Tests/DependencyInjection/PropelExtensionTest.php index 5ed5fc5..a7cc21e 100644 --- a/Tests/DependencyInjection/PropelExtensionTest.php +++ b/Tests/DependencyInjection/PropelExtensionTest.php @@ -9,10 +9,10 @@ * file that was distributed with this source code. */ -namespace Symfony\Bundle\PropelBundle\Tests\DependencyInjection; +namespace Propel\PropelBundle\Tests\DependencyInjection; -use Symfony\Bundle\PropelBundle\Tests\TestCase; -use Symfony\Bundle\PropelBundle\DependencyInjection\PropelExtension; +use Propel\PropelBundle\Tests\TestCase; +use Propel\PropelBundle\DependencyInjection\PropelExtension; use Symfony\Component\DependencyInjection\ContainerBuilder; class PropelExtensionTest extends TestCase diff --git a/Tests/TestCase.php b/Tests/TestCase.php index 3ca374b..3b93018 100644 --- a/Tests/TestCase.php +++ b/Tests/TestCase.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Bundle\PropelBundle\Tests; +namespace Propel\PropelBundle\Tests; class TestCase extends \PHPUnit_Framework_TestCase {