diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 7f0b2a70d..a754c9fd2 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -9,6 +9,6 @@ class ExampleTest extends TestCase */ public function testBasicExample() { - $this->assertEquals(1, 55-54); + $this->assertEquals(1, 55 - 54); } }