diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index e8810ce..a576ee2 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -84,12 +84,12 @@ jobs: env: PHP_VERSION: ${{ matrix.php-version }} - - name: Run Integration tests for GatherPress + - name: Run Integration tests for GatherPress run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=gatherpress env: PHP_VERSION: ${{ matrix.php-version }} - - name: Run Integration tests for Events Manager + - name: Run Integration tests for Events Manager run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=events_manager env: PHP_VERSION: ${{ matrix.php-version }} \ No newline at end of file diff --git a/includes/activitypub/transformer/class-gatherpress.php b/includes/activitypub/transformer/class-gatherpress.php index 2d700d6..ab176c4 100644 --- a/includes/activitypub/transformer/class-gatherpress.php +++ b/includes/activitypub/transformer/class-gatherpress.php @@ -92,7 +92,6 @@ final class GatherPress extends Event { } else { return null; } - } /**