diff --git a/src/Mage/MageApplication.php b/src/Mage/MageApplication.php index b0d5144..4c0fd9f 100644 --- a/src/Mage/MageApplication.php +++ b/src/Mage/MageApplication.php @@ -79,7 +79,6 @@ class MageApplication extends Application $this->runtime->setLogger($logger); $this->loadBuiltInCommands(); - } else { throw new RuntimeException(sprintf('The file "%s" does not have a valid Magallanes configuration.', $file)); } diff --git a/src/Mage/Tests/MageApplicationTest.php b/src/Mage/Tests/MageApplicationTest.php index d871887..a7c0c50 100644 --- a/src/Mage/Tests/MageApplicationTest.php +++ b/src/Mage/Tests/MageApplicationTest.php @@ -45,5 +45,4 @@ class MageApplicationTest extends TestCase $this->assertEquals(sprintf('The file "%s" does not exists or is not readable.', __DIR__ . '/Resources/this-does-not-exists.yml'), $exception->getMessage()); } } - -} \ No newline at end of file +}