#!/usr/bin/env php add(new Poche\Command\UnitTestsCommand()); $console->add(new Poche\Command\CreateSchemaCommand()); $console->run();