Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Component / Assertion / InspectorTest.php
index f41824416c4f3925dba4effc291b0770afa16e99..b37a2bfde4f6be6554614a50b6a0d9713c17c5bc 100644 (file)
@@ -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}
    */