diff --git a/Build/phpunit/FunctionalTestsBootstrap.php b/Build/phpunit/FunctionalTestsBootstrap.php index a95bc52..9882f8f 100644 --- a/Build/phpunit/FunctionalTestsBootstrap.php +++ b/Build/phpunit/FunctionalTestsBootstrap.php @@ -1,4 +1,5 @@ subject = new DatamapPostprocessEvent( + [], [], $this->importer ); @@ -63,6 +64,17 @@ public function getDataInitiallyReturnsEmptyArray(): void ); } + /** + * @test + */ + public function getStructuredDataInitiallyReturnsEmptyArray(): void + { + self::assertSame( + [], + $this->subject->getStructuredData() + ); + } + /** * @test */