File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ declare (strict_types=1 );
3
+ namespace Sabberworm \CSS \Tests \Support ;
4
+
5
+ /**
6
+ * Concrete subclass of the abstract PHPUnit constraint class.
7
+ */
8
+ final class TraversableContains extends \PHPUnit \Framework \Constraint \TraversableContains
9
+ {
10
+
11
+ }
Original file line number Diff line number Diff line change 5
5
namespace Sabberworm \CSS \Tests \Unit \Comment ;
6
6
7
7
use PHPUnit \Framework \Constraint \LogicalAnd ;
8
- use PHPUnit \Framework \Constraint \TraversableContains ;
9
8
use PHPUnit \Framework \TestCase ;
10
9
use Sabberworm \CSS \Comment \Comment ;
10
+ use Sabberworm \CSS \Tests \Support \TraversableContains ;
11
11
use Sabberworm \CSS \Tests \Unit \Comment \Fixtures \ConcreteCommentContainer ;
12
12
use TRegx \PhpUnit \DataProviders \DataProvider ;
13
13
You can’t perform that action at this time.
0 commit comments