Paul Klimov
11 years ago
18 changed files with 135 additions and 135 deletions
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
/** |
||||
* Test Sphinx ActiveRecord class |
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
use yii\sphinx\ActiveRelation; |
||||
use yiiunit\data\ar\ActiveRecord as ActiveRecordDb; |
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
use yii\db\ActiveRelation; |
||||
|
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
use yiiunit\data\ar\ActiveRecord as ActiveRecordDb; |
||||
|
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
class ItemIndex extends ActiveRecord |
||||
{ |
@ -1,6 +1,6 @@
|
||||
<?php |
||||
|
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
class RuntimeIndex extends ActiveRecord |
||||
{ |
@ -1,5 +1,5 @@
|
||||
<?php |
||||
namespace yiiunit\data\sphinx\ar; |
||||
namespace yiiunit\data\ar\sphinx; |
||||
|
||||
use yiiunit\data\ar\ActiveRecord as ActiveRecordDb; |
||||
|
Loading…
Reference in new issue