File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
use PhpSpec \ObjectBehavior ;
6
6
use PhpSpec \ServiceContainer \IndexedServiceContainer ;
7
7
use Prophecy \Argument ;
8
+ use LeanPHP \PhpSpec \CodeCoverage \CodeCoverageExtension ;
8
9
9
10
/**
10
11
* @author Henrik Bjornskov
@@ -13,7 +14,7 @@ class CodeCoverageExtensionSpec extends ObjectBehavior
13
14
{
14
15
function it_is_initializable ()
15
16
{
16
- $ this ->shouldHaveType (' LeanPHP\PhpSpec\CodeCoverage\ CodeCoverageExtension' );
17
+ $ this ->shouldHaveType (CodeCoverageExtension::class );
17
18
}
18
19
19
20
function it_should_use_html_format_by_default ()
@@ -50,7 +51,5 @@ function it_should_use_singular_output()
50
51
if ($ options ['output ' ] !== ['foo ' => 'test ' ]) {
51
52
throw new Exception ("Default format is not singular output " );
52
53
}
53
-
54
-
55
54
}
56
55
}
You can’t perform that action at this time.
0 commit comments