2013-12-30 22:22:18 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* application configurations shared by all test types
|
|
|
|
*/
|
|
|
|
return [
|
2014-03-16 12:46:16 +08:00
|
|
|
'components' => [
|
|
|
|
'mail' => [
|
|
|
|
'useFileTransport' => true,
|
|
|
|
],
|
|
|
|
'urlManager' => [
|
|
|
|
'showScriptName' => true,
|
|
|
|
],
|
|
|
|
],
|
2013-12-30 22:22:18 +08:00
|
|
|
];
|