From 15793496e8d56769c792cf39673c6e6dea3ec4d9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Jun 2018 21:15:57 +0200 Subject: Preparing for complete rewrite.. --- main/app/system/Bakery/Command/Test.php | 55 --------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 main/app/system/Bakery/Command/Test.php (limited to 'main/app/system/Bakery/Command/Test.php') diff --git a/main/app/system/Bakery/Command/Test.php b/main/app/system/Bakery/Command/Test.php deleted file mode 100644 index 9f760b5..0000000 --- a/main/app/system/Bakery/Command/Test.php +++ /dev/null @@ -1,55 +0,0 @@ -setName("test") - ->setDescription("Run tests") - ->setHelp("Run php unit tests"); - } - - /** - * {@inheritDoc} - */ - protected function execute(InputInterface $input, OutputInterface $output) { - $this->io->title("UserFrosting's Tester"); - - // Get command - $command = \UserFrosting\VENDOR_DIR . "/bin/phpunit --colors=always"; - if ($output->isVerbose() || $output->isVeryVerbose()) { - $command .= " -v"; - } - - // Execute - $this->io->writeln("> $command"); - passthru($command); - } -} \ No newline at end of file -- cgit v1.2.3