summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-09-05 16:29:11 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-09-05 16:29:11 +0200
commit4443eb37d7bdc886ee74a8f15eb5d3fd1fd28acd (patch)
tree642e6c28a24a1706e06da66e7bf97fa304ff204c /tests
parentf1a062e5775eee57b982edf232b603812c5a996a (diff)
downloadgigologadmin-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.php1
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 ) {