File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,3 @@ parameters:
15
15
count : 5
16
16
path : lib/Sabberworm/CSS/Property/Charset.php
17
17
18
- -
19
- message : " #^Class PHPUnit\\\\ Framework\\\\ TestCase referenced with incorrect case\\ : PHPunit\\\\ Framework\\\\ TestCase\\ .$#"
20
- count : 1
21
- path : tests/Sabberworm/CSS/OutputFormatTest.php
22
-
23
- -
24
- message : " #^Class PHPUnit\\\\ Framework\\\\ TestCase referenced with incorrect case\\ : PHPunit\\\\ Framework\\\\ TestCase\\ .$#"
25
- count : 1
26
- path : tests/Sabberworm/CSS/ParserTest.php
27
-
Original file line number Diff line number Diff line change 21
21
22
22
EOT ;
23
23
24
- class OutputFormatTest extends \PHPunit \Framework \TestCase
24
+ class OutputFormatTest extends \PHPUnit \Framework \TestCase
25
25
{
26
26
private $ oParser ;
27
27
private $ oDocument ;
Original file line number Diff line number Diff line change 14
14
use Sabberworm \CSS \Value \Size ;
15
15
use Sabberworm \CSS \Value \URL ;
16
16
17
- class ParserTest extends \PHPunit \Framework \TestCase
17
+ class ParserTest extends \PHPUnit \Framework \TestCase
18
18
{
19
19
20
20
public function testFiles ()
You can’t perform that action at this time.
0 commit comments