Browse Source

Clarify doc block.

Mark Story 7 years ago
parent
commit
11777be00c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/TestSuite/TestCase.php

+ 5 - 1
src/TestSuite/TestCase.php

@@ -191,7 +191,11 @@ abstract class TestCase extends BaseTestCase
     }
 
     /**
-     * simulate running the Application
+     * Load plugins into a simulated application.
+     *
+     * Useful to test how plugins being loaded/not loaded interact with other
+     * elements in CakePHP or applications.
+     *
      * @param string|array $plugins list of Plugins to load
      * @return \Cake\Http\BaseApplication
      */