File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717use Symfony \Component \DomCrawler \Image ;
1818use Symfony \Component \DomCrawler \Link ;
1919
20- abstract class AbstractCrawlerTest extends TestCase
20+ abstract class AbstractCrawlerTestCase extends TestCase
2121{
2222 abstract public static function getDoctype (): string ;
2323
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \DomCrawler \Tests ;
1313
14- class Html5ParserCrawlerTest extends AbstractCrawlerTest
14+ class Html5ParserCrawlerTest extends AbstractCrawlerTestCase
1515{
1616 public static function getDoctype (): string
1717 {
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \DomCrawler \Tests ;
1313
14- class NativeParserCrawlerTest extends AbstractCrawlerTest
14+ class NativeParserCrawlerTest extends AbstractCrawlerTestCase
1515{
1616 public static function getDoctype (): string
1717 {
You can’t perform that action at this time.
0 commit comments