mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +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, '_.');
|
$verb = strtok($script_file, '_.');
|
||||||
|
|
||||||
if (!in_array($verb, ['download', 'save'], true)) {
|
if (!in_array($verb, ['download', 'save'], true)) {
|
||||||
$this->assertContains('<td>', $ob_get_clean);
|
$this->assertStringContainsString('<td>', $ob_get_clean);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
chdir('..');
|
chdir('..');
|
||||||
|
|||||||
Reference in New Issue
Block a user