We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca3628 commit d6eabbfCopy full SHA for d6eabbf
tests/ContainerTest.php
@@ -25,7 +25,7 @@ public function provides_mandatory_container_entries()
25
$expectedEntries = $defaultContainer->keys();
26
27
foreach ($expectedEntries as $expectedEntry) {
28
- $this->assertTrue($phpdiContainer->has($expectedEntry));
+ $this->assertTrue($phpdiContainer->has($expectedEntry), "Container entry $expectedEntry is missing");
29
// Check that the service is created without exception
30
$phpdiContainer->get($expectedEntry);
31
}
0 commit comments