Skip to content

Commit 864c9b3

Browse files
committed
IHF: PHP 7.1 tests added on Travis.
1 parent de37f09 commit 864c9b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/classes/Artisan/CommandTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Illuminated\Helpers\Artisan;
44

55
use Mockery;
6-
use PHPUnit_Framework_Error;
76
use TestCase;
87

98
class CommandTest extends TestCase
@@ -16,13 +15,6 @@ protected function setUp()
1615
$phpBinaryMock->shouldReceive('find')->withNoArgs()->once()->andReturn('php');
1716
}
1817

19-
/** @test */
20-
public function it_can_not_be_initiated_without_constructor_arguments()
21-
{
22-
$this->expectException(PHPUnit_Framework_Error::class);
23-
return new Command();
24-
}
25-
2618
/** @test */
2719
public function only_one_constructor_argument_is_required()
2820
{

0 commit comments

Comments
 (0)