File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ updates:
1919 ignore :
2020 - dependency-name : " phpstan/*"
2121 - dependency-name : " phpunit/phpunit"
22- versions : [ ">= 9 .0.0" ]
22+ versions : [ ">= 10 .0.0" ]
2323 - dependency-name : " rector/rector"
2424 - dependency-name : " thecodingmachine/safe"
2525 - dependency-name : " thecodingmachine/phpstan-safe-rule"
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 55namespace Sabberworm \CSS \Tests \Unit \Comment ;
66
77use PHPUnit \Framework \Constraint \LogicalAnd ;
8- use PHPUnit \Framework \Constraint \TraversableContains ;
98use PHPUnit \Framework \TestCase ;
109use Sabberworm \CSS \Comment \Comment ;
10+ use Sabberworm \CSS \Tests \Support \TraversableContains ;
1111use Sabberworm \CSS \Tests \Unit \Comment \Fixtures \ConcreteCommentContainer ;
1212use TRegx \PhpUnit \DataProviders \DataProvider ;
1313
You can’t perform that action at this time.
0 commit comments