summaryrefslogtreecommitdiffstats
path: root/tests/MySqlShimTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MySqlShimTest.php')
-rw-r--r--tests/MySqlShimTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/MySqlShimTest.php b/tests/MySqlShimTest.php
index 06bd9ca..68d974e 100644
--- a/tests/MySqlShimTest.php
+++ b/tests/MySqlShimTest.php
@@ -1097,12 +1097,12 @@ class MySqlShimTest extends \Yoast\PHPUnitPolyfills\TestCases\TestCase
}
}
- public function tearDown(): void
+ public function tear_down()
{
@mysql_close();
}
- public static function tearDownAfterClass(): void
+ public static function tear_down_after_class()
{
mysql_connect(static::$host, static::$username, static::$password);
foreach (self::$dbs as $db) {