Skip to content

Commit

Permalink
Merge pull request #132 from willemstuursma/fix-skipped-test
Browse files Browse the repository at this point in the history
Fix the skipped test
  • Loading branch information
florianv authored Jun 8, 2020
2 parents 21c03ef + a56991b commit 27625d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Service/RegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ public function serviceProviders()
foreach ($services as $name => $class) {
$data[] = [$name, $class];
}

return $data;
}

public function testRegister()
Expand Down

0 comments on commit 27625d6

Please sign in to comment.