Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Tests / Command / CommandTest.php
index 93b4721c393dd5c8c51b318a34808a9c1710d221..4fcbf95753bb88903419c7a68866e29e7e4a0e91 100644 (file)
@@ -46,7 +46,7 @@ class CommandTest extends TestCase
      */
     public function testCommandNameCannotBeEmpty()
     {
-        new Command();
+        (new Application())->add(new Command());
     }
 
     public function testSetApplication()