From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Fri, 8 Jun 2018 20:03:25 +0200
Subject: Some minor fixes
---
main/app/system/Bakery/Command/Test.php | 108 ++++++++++++++++----------------
1 file changed, 54 insertions(+), 54 deletions(-)
(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
index dde187f..9f760b5 100644
--- a/main/app/system/Bakery/Command/Test.php
+++ b/main/app/system/Bakery/Command/Test.php
@@ -1,55 +1,55 @@
-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);
- }
+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