Commit fe3f7f2d by Paul Klimov

"Sphinx" extension files layout recomposed.

parent aa347f1e
...@@ -56,7 +56,7 @@ class SphinxTestCase extends TestCase ...@@ -56,7 +56,7 @@ class SphinxTestCase extends TestCase
protected static function loadClassMap() protected static function loadClassMap()
{ {
$baseNameSpace = 'yii/sphinx'; $baseNameSpace = 'yii/sphinx';
$basePath = realpath(__DIR__. '/../../../../extensions/sphinx/yii/sphinx'); $basePath = realpath(__DIR__. '/../../../../extensions/sphinx');
$files = FileHelper::findFiles($basePath); $files = FileHelper::findFiles($basePath);
foreach ($files as $file) { foreach ($files as $file) {
$classRelativePath = str_replace($basePath, '', $file); $classRelativePath = str_replace($basePath, '', $file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment