diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ConcertTest.php | 4 | ||||
-rw-r--r-- | tests/ConcertsTableTest.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ConcertTest.php b/tests/ConcertTest.php index 4f27f0f..dc2a712 100644 --- a/tests/ConcertTest.php +++ b/tests/ConcertTest.php @@ -69,8 +69,8 @@ final class ConcertTest extends WP_UnitTestCase global $wpdb; $tables = [ - "wpg_concerts", - "wpg_venues", + "{$wpdb->prefix}giglogadmin_concerts", + "{$wpdb->prefix}giglogadmin_venues", ]; foreach( $tables as $table ) { diff --git a/tests/ConcertsTableTest.php b/tests/ConcertsTableTest.php index 556698a..6f9d9d2 100644 --- a/tests/ConcertsTableTest.php +++ b/tests/ConcertsTableTest.php @@ -65,8 +65,8 @@ class ConcertsTableTest extends WP_UnitTestCase global $wpdb; $tables = [ - "wpg_concerts", - "wpg_venues", + "{$wpdb->prefix}giglogadmin_concerts", + "{$wpdb->prefix}giglogadmin_venues", ]; foreach( $tables as $table ) { |