Skip to content

Commit

Permalink
Fixing notice error that happens when you run tests for plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 22, 2011
1 parent 6426b7e commit d4cdc11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/lib/cake_test_suite_dispatcher.php
Expand Up @@ -31,6 +31,7 @@ class CakeTestSuiteDispatcher {
public $params = array(
'codeCoverage' => false,
'case' => null,
'core' => false,
'app' => false,
'plugin' => null,
'output' => 'html',
Expand Down

0 comments on commit d4cdc11

Please sign in to comment.