Skip to content

Commit d577168

Browse files
kbondsmnandre
authored andcommitted
throw exceptions
1 parent b781c21 commit d577168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ux.symfony.com/tests/Functional/UxPackagesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function testAllPackagesPage(): void
3636
public function testPackagePagesAllLoad(UxPackage $package, string $expectedText): void
3737
{
3838
$this->browser()
39+
->throwExceptions()
3940
->visit('/'.$package->getName())
4041
->assertSuccessful()
4142
->assertSeeIn('title', $package->getHumanName())

0 commit comments

Comments
 (0)