TRUE, // Items to whitelist, only used in cli 'whitelist' => [ // Should the app be whitelisted? // Useful if you just want to test your application 'app' => TRUE, // Set to array(TRUE) to include all modules, or use an array of module names // (the keys of the array passed to Kohana::modules() in the bootstrap) // Or set to FALSE to exclude all modules 'modules' => [TRUE], // If you don't want the Kohana code coverage reports to pollute your app's, // then set this to FALSE 'system' => TRUE, ], ];