]> git.mxchange.org Git - core.git/blobdiff - framework/main/tests/resolver/command/console/class_TestsConsoleCommandResolver.php
Rewrite continued:
[core.git] / framework / main / tests / resolver / command / console / class_TestsConsoleCommandResolver.php
index d7dfd9f67de86146dcefffd947d108233b06692c..56a2940e1e270241eca6eb6e85c670b9c4cf260e 100644 (file)
@@ -62,7 +62,7 @@ class TestsConsoleCommandResolver extends BaseCommandResolver implements Command
                if (empty($commandName)) {
                        // Then thrown an exception here
                        throw new EmptyVariableException(array($resolverInstance, 'commandName'), self::EXCEPTION_UNEXPECTED_EMPTY_STRING);
-               } elseif ($resolverInstance->isCommandValid('CoreFramework\Tests\Command', $commandName) === FALSE) {
+               } elseif ($resolverInstance->isCommandValid('CoreFramework\Tests\Command', $commandName) === false) {
                        // Invalid command found
                        throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
                }