@@ -61,6 +61,11 @@ public function testValidation(): void {
$violations=$data->validate();
$this->assertCount(1,$violations);
$this->assertSame("The 'action_test_save_entity' plugin must implement or extend ".MenuInterface::class.'.',(string)$violations->get(0)->getMessage());