]> git.mxchange.org Git - friendica.git/commitdiff
ConsoleTest is now a MockedTest
authorPhilipp Holzer <admin@philipp.info>
Sat, 2 Feb 2019 18:21:48 +0000 (19:21 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sat, 2 Feb 2019 18:21:48 +0000 (19:21 +0100)
tests/src/Core/Console/ConsoleTest.php

index 0997269c06a4d49103eac48f7f859e2f2bccb623..4f7acc9c4229f62223b42cbdfca7121e46bffc81 100644 (file)
@@ -3,12 +3,12 @@
 namespace Friendica\Test\src\Core\Console;
 
 use Asika\SimpleConsole\Console;
+use Friendica\Test\MockedTest;
 use Friendica\Test\Util\AppMockTrait;
 use Friendica\Test\Util\Intercept;
 use Friendica\Test\Util\VFSTrait;
-use PHPUnit\Framework\TestCase;
 
-abstract class ConsoleTest extends TestCase
+abstract class ConsoleTest extends MockedTest
 {
        use VFSTrait;
        use AppMockTrait;
@@ -32,13 +32,6 @@ abstract class ConsoleTest extends TestCase
                $this->mockApp($this->root);
        }
 
-       protected function tearDown()
-       {
-               \Mockery::close();
-
-               parent::tearDown();
-       }
-
        /**
         * Dumps the execution of an console output to a string and returns it
         *