Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Dec 5, 2023
1 parent 75144be commit 1ef040e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/3-unit/PluginFormcreatorCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 1ef040e

Please sign in to comment.