Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
isaeken committed Jun 26, 2022
1 parent 35ea344 commit 1166649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/PluginSystemTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
assertCount(2, $pluginSystem->getPlugins());
});


it('is executing custom methods', function () {
$results = ['example plugin' => true, 'plugin pack' => 5];

Expand All @@ -33,4 +32,4 @@
foreach ($executions as $execution) {
assertEquals($results[$execution['plugin']->getName()], $execution['data']);
}
});
});

0 comments on commit 1166649

Please sign in to comment.