From 5b5feecaf5ca82ebedb60523a163cb906d296bd9 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Mon, 14 Feb 2011 22:31:28 +0100 Subject: [PATCH] Changed namespace to Propel\PropelBundle --- Command/BuildCommand.php | 8 ++++---- Command/BuildModelCommand.php | 4 ++-- Command/BuildSqlCommand.php | 4 ++-- Command/InsertSqlCommand.php | 4 ++-- Command/MigrationGenerateDiffCommand.php | 4 ++-- Command/MigrationMigrateCommand.php | 4 ++-- Command/MigrationStatusCommand.php | 4 ++-- Command/Phing.php | 2 +- Command/PhingCommand.php | 2 +- DependencyInjection/PropelExtension.php | 2 +- Logger/PropelLogger.php | 2 +- PropelBundle.php | 2 +- README | 2 +- README.markdown | 2 +- Resources/config/propel.xml | 2 +- Tests/DependencyInjection/PropelExtensionTest.php | 6 +++--- Tests/TestCase.php | 2 +- 17 files changed, 28 insertions(+), 28 deletions(-) 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 {