10000 Updated test · symfony/symfony@d3d5acf · GitHub
[go: up one dir, main page]

Skip to content

Commit d3d5acf

Browse files
committed
Updated test
1 parent 172a5ba commit d3d5acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/KernelTestCaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testThatPrivateServicesAreUnavailableIfTestConfigIsDisabled()
2424
{
2525
static::bootKernel(['test_case' => 'TestServiceContainer', 'root_config' => 'test_disabled.yml', 'environment' => 'test_disabled']);
2626

27-
$this->expectException(\RuntimeException::class);
27+
$this->expectException(\LogicException::class);
2828
static::getContainer();
2929
}
3030

0 commit comments

Comments
 (0)
0