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 1a10dd2 commit 31a8eebCopy full SHA for 31a8eeb
Tests/GravityTest.php
@@ -18,13 +18,7 @@ public function testGravity($gravity): void
18
{
19
$gravity = new Gravity($gravity);
20
21
- try {
22
- $validatedGravity = $gravity->validate();
23
- } catch (\Exception $e) {
24
- static::fail($e->getMessage());
25
-
26
- return;
27
- }
+ $validatedGravity = $gravity->validate();
28
29
static::assertIsString($validatedGravity);
30
static::assertNotEmpty($validatedGravity);
0 commit comments