X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Fsrc%2FTests%2FSimpleTestTest.php;h=42759c255ae2d7daaf04b00ce6d4ebf098ac8f77;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=a32c1423692bd3d7eae973aa441a8b23d0238e8e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/simpletest/src/Tests/SimpleTestTest.php b/web/core/modules/simpletest/src/Tests/SimpleTestTest.php index a32c14236..42759c255 100644 --- a/web/core/modules/simpletest/src/Tests/SimpleTestTest.php +++ b/web/core/modules/simpletest/src/Tests/SimpleTestTest.php @@ -175,7 +175,7 @@ EOD; // along by the rethrow. assert(FALSE, 'Lorem Ipsum'); } - catch ( \AssertionError $e ) { + catch (\AssertionError $e) { $this->assertEqual($e->getMessage(), 'Lorem Ipsum', 'Runtime assertions Enabled and running.'); } }