fix basic test for eventprime
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 51s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m0s

This commit is contained in:
André Menrath 2024-11-25 19:17:49 +01:00
parent 8a5408f978
commit c283dc41ea

View file

@ -80,7 +80,7 @@ class Test_EventPrime extends WP_UnitTestCase {
$this->assertEquals( 1, count( $active_event_plugins ) ); $this->assertEquals( 1, count( $active_event_plugins ) );
// Enable ActivityPub support for the event plugin. // Enable ActivityPub support for the event plugin.
$this->assertContains( 'tribe_events', get_option( 'activitypub_support_post_types' ) ); $this->assertContains( 'em_event', get_option( 'activitypub_support_post_types' ) );
$event_data = array(); $event_data = array();
$event_data['name'] = 'EventPrime Event title'; $event_data['name'] = 'EventPrime Event title';