Skip to content

Commit

Permalink
Fixed CGL and documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Jan 3, 2015
1 parent 71d1f9c commit ca7c384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Gerrie/Command/CheckCommand.php
Expand Up @@ -19,6 +19,7 @@
use Gerrie\Check\CheckInterface;
use Gerrie\Check\DatabaseConnectionCheck;
use Gerrie\Component\Configuration\ConfigurationFactory;
use Gerrie\Component\Console\InputExtendedInterface;
use Gerrie\Component\Database\Database;
use Gerrie\API\DataService\DataServiceFactory;
use Symfony\Component\Console\Input\InputInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/Gerrie/Tests/Check/ConfigFileCheckTest.php
Expand Up @@ -41,7 +41,7 @@ protected function getPathOfFixtureConfigFile()

public function testCheck()
{
$this->assertTrue($this->checkInstance->check());
$this->assertTrue($this->checkInstance->check());
}

public function testWithNotExistingConfigCheck()
Expand Down

0 comments on commit ca7c384

Please sign in to comment.