mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
test: make code compatible with more recent PHPUnit versions
This commit is contained in:
@@ -62,7 +62,7 @@ class ConstructTest extends TestCase {
|
||||
$verb = strtok($script_file, '_.');
|
||||
|
||||
if (!in_array($verb, ['download', 'save'], true)) {
|
||||
$this->assertContains('<td>', $ob_get_clean);
|
||||
$this->assertStringContainsString('<td>', $ob_get_clean);
|
||||
}
|
||||
}
|
||||
chdir('..');
|
||||
|
||||
Reference in New Issue
Block a user