Browse Source

Use FQCN

Refs: https://github.com/cakephp/cakephp/pull/13089#discussion_r272015655
Marc Würth 7 years ago
parent
commit
25e74587a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/TestCase.php

+ 1 - 1
src/TestSuite/TestCase.php

@@ -202,7 +202,7 @@ abstract class TestCase extends BaseTestCase
      */
     public function loadPlugins(array $plugins = [])
     {
-        /** @var BaseApplication $app */
+        /** @var \Cake\Http\BaseApplication $app */
         $app = $this->getMockForAbstractClass(
             BaseApplication::class,
             ['']