diff --git a/tests/3-unit/PluginFormcreatorCategory.php b/tests/3-unit/PluginFormcreatorCategory.php index 7f4a60934..7aff66aa9 100644 --- a/tests/3-unit/PluginFormcreatorCategory.php +++ b/tests/3-unit/PluginFormcreatorCategory.php @@ -73,6 +73,9 @@ public function testDefineTabs() { 'PluginFormcreatorCategory$1' => 'Form categories', 'Log$1' => "Historical", ]; + $this->executeOnFailure(function () use ($output) { + dump($output); + }); $this->array($output) ->isEqualTo($expected) ->hasSize(count($expected));