#!/usr/bin/env php register(); $rootPath = getcwd(); $testSuite = TestSuite::getInstance($rootPath); ValidatesEnvironment::in($testSuite); exit((new Command($testSuite, new ConsoleOutput(ConsoleOutput::VERBOSITY_NORMAL, true)))->run($_SERVER['argv'])); })();