X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAssertion%2FInspectorTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FComponent%2FAssertion%2FInspectorTest.php;h=b37a2bfde4f6be6554614a50b6a0d9713c17c5bc;hp=f41824416c4f3925dba4effc291b0770afa16e99;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php b/web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php index f41824416..b37a2bfde 100644 --- a/web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php +++ b/web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php @@ -159,7 +159,7 @@ class InspectorTest extends TestCase { [__CLASS__, 'callMeStatic'], function () { return TRUE; - } + }, ])); $this->assertFalse(Inspector::assertAllCallable([ @@ -169,7 +169,7 @@ class InspectorTest extends TestCase { function () { return TRUE; }, - "I'm not callable" + "I'm not callable", ])); } @@ -256,6 +256,7 @@ class InspectorTest extends TestCase { * Quick class for testing for objects with __toString. */ class StringObject { + /** * {@inheritdoc} */