From c48fbecf6d2c71ec72e79205349205fba1717d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 26 Nov 2024 09:27:11 +0100 Subject: [PATCH] phpcs --- tests/test-class-plugin-eventprime.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-class-plugin-eventprime.php b/tests/test-class-plugin-eventprime.php index c5b5bbc..354f6df 100644 --- a/tests/test-class-plugin-eventprime.php +++ b/tests/test-class-plugin-eventprime.php @@ -128,7 +128,7 @@ class Test_EventPrime extends WP_UnitTestCase { */ public function test_transformation_of_minimal_event_with_venue() { // Create an EventPrime Event without content. - $ep_functions = new Eventprime_Basic_Functions(); + $ep_functions = new Eventprime_Basic_Functions(); $venue_term_id = wp_insert_term( $this->mockup_venue['name'], 'em_venue' )['term_id']; add_term_meta( $venue_term_id, 'em_address', $this->mockup_venue['address'], true ); @@ -164,7 +164,7 @@ class Test_EventPrime extends WP_UnitTestCase { */ public function test_transformation_of_minimal_event_with_venue_with_hidden_address() { // Create an EventPrime Event without content. - $ep_functions = new Eventprime_Basic_Functions(); + $ep_functions = new Eventprime_Basic_Functions(); $venue_term_id = wp_insert_term( $this->mockup_venue['name'], 'em_venue' )['term_id']; add_term_meta( $venue_term_id, 'em_address', $this->mockup_venue['address'], true );