Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / test / unit.twig
index c845abda9405ec09d79573c8649f2c336d215a05..5b142b642a624cc129a1a11a4a8c2c8731c38a08 100644 (file)
@@ -16,7 +16,7 @@ class {{ class }} extends UnitTestCase {
    */
   protected function setUp() {
     parent::setUp();
-    // @TODO: Mock required services here.
+    // @TODO: Mock required classes here.
   }
 
   /**