diff --git a/tests/methods/ConstructTest.php b/tests/methods/ConstructTest.php index c0a91af..5b3bfc2 100644 --- a/tests/methods/ConstructTest.php +++ b/tests/methods/ConstructTest.php @@ -62,7 +62,7 @@ class ConstructTest extends TestCase { $verb = strtok($script_file, '_.'); if (!in_array($verb, ['download', 'save'], true)) { - $this->assertContains('', $ob_get_clean); + $this->assertStringContainsString('', $ob_get_clean); } } chdir('..');