From 4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 5 Sep 2021 16:29:11 +0200 Subject: test: concertlogs table is gone, no need to clear it --- tests/ConcertTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/ConcertTest.php b/tests/ConcertTest.php index 5e6ebde..d81effd 100644 --- a/tests/ConcertTest.php +++ b/tests/ConcertTest.php @@ -71,7 +71,6 @@ final class ConcertTest extends WP_UnitTestCase $tables = [ "wpg_concerts", "wpg_venues", - "wpg_concertlogs", ]; foreach( $tables as $table ) { -- cgit v1.2.3