Browse Source

refactored fixture feature.

Qiang Xue 12 years ago
parent
commit
19b2defb1a
2 changed files with 0 additions and 8 deletions
  1. 0 4
      config/console.php
  2. 0 4
      tests/unit/_config.php

+ 0 - 4
config/console.php

@@ -25,10 +25,6 @@ return [
 			],
 		],
 		'db' => $db,
-		'fixture' => [
-			'class' => 'yii\test\DbFixtureManager',
-			'basePath' => '@tests/unit/fixtures',
-		],
 	],
 	'params' => $params,
 ];

+ 0 - 4
tests/unit/_config.php

@@ -5,10 +5,6 @@ return yii\helpers\ArrayHelper::merge(
 	require(__DIR__ . '/../_config.php'),
 	[
 		'components' => [
-			'fixture' => [
-				'class' => 'yii\test\DbFixtureManager',
-				'basePath' => '@tests/unit/fixtures',
-			],
 			'db' => [
 				'dsn' => 'mysql:host=localhost;dbname=yii2_basic_unit',
 			],