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 b781c21 commit d577168Copy full SHA for d577168
ux.symfony.com/tests/Functional/UxPackagesTest.php
@@ -36,6 +36,7 @@ public function testAllPackagesPage(): void
36
public function testPackagePagesAllLoad(UxPackage $package, string $expectedText): void
37
{
38
$this->browser()
39
+ ->throwExceptions()
40
->visit('/'.$package->getName())
41
->assertSuccessful()
42
->assertSeeIn('title', $package->getHumanName())
0 commit comments