diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-09-05 16:29:11 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-09-05 16:29:11 +0200 |
commit | 4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd (patch) | |
tree | 642e6c28a24a1706e06da66e7bf97fa304ff204c /tests | |
parent | f1a062e5775eee57b982edf232b603812c5a996a (diff) | |
download | gigologadmin-4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd.tar.gz gigologadmin-4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd.tar.bz2 gigologadmin-4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd.zip |
test: concertlogs table is gone, no need to clear it
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ConcertTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) { |