Skip to content

Commit 3048603

Browse files
committed
Merge branch 'release/0.9.x'
2 parents b5f57c2 + 60a0459 commit 3048603

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/Lunr/Shadow/Tests/GetoptCliParserTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010

1111
namespace Lunr\Shadow\Tests;
1212

13-
use Lunr\Shadow\GetoptCliParser;
1413
use Lunr\Halo\LunrBaseTest;
15-
use ReflectionClass;
14+
use Lunr\Shadow\GetoptCliParser;
1615

1716
/**
1817
* This class contains common setup routines, providers

src/Lunr/Shadow/Tests/LunrCliParserBaseTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
namespace Lunr\Shadow\Tests;
1212

13-
use Lunr\Halo\PsrLoggerTestTrait;
14-
1513
/**
1614
* This class contains base test methods for the LunrCliParser class.
1715
*

src/Lunr/Shadow/Tests/LunrCliParserTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010

1111
namespace Lunr\Shadow\Tests;
1212

13-
use Lunr\Shadow\LunrCliParser;
1413
use Lunr\Halo\LunrBaseTest;
15-
use ReflectionClass;
14+
use Lunr\Shadow\LunrCliParser;
1615

1716
/**
1817
* This class contains common setup routines, providers

0 commit comments

Comments
 (0)