From c5daf112bed9d958f70073fd1cb199beff322334 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 28 Oct 2020 23:06:49 +0100 Subject: Command: Add unittests Signed-off-by: Sean Molenaar --- tests/Unit/Command/ExploreGeneratorTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Unit/Command/ExploreGeneratorTest.php') diff --git a/tests/Unit/Command/ExploreGeneratorTest.php b/tests/Unit/Command/ExploreGeneratorTest.php index 4512e206c..ec04c4241 100644 --- a/tests/Unit/Command/ExploreGeneratorTest.php +++ b/tests/Unit/Command/ExploreGeneratorTest.php @@ -30,7 +30,8 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Test\TestCase; -class ExploreGeneratorTest extends TestCase { +class ExploreGeneratorTest extends TestCase +{ /** @var \PHPUnit_Framework_MockObject_MockObject */ protected $favicon; /** @var \PHPUnit_Framework_MockObject_MockObject */ -- cgit v1.2.3