File tree Expand file tree Collapse file tree 12 files changed +16
-18
lines changed
Test/Integration/Indexing Expand file tree Collapse file tree 12 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 3
3
namespace Algolia \AlgoliaSearch \Test \Integration \Indexing \Category ;
4
4
5
5
use Algolia \AlgoliaSearch \Model \Indexer \Category ;
6
- use Algolia \AlgoliaSearch \Test \Integration \IndexingTestCase ;
6
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ IndexingTestCase ;
7
7
8
8
class CategoriesIndexingTest extends IndexingTestCase
9
9
{
Original file line number Diff line number Diff line change 5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
6
use Algolia \AlgoliaSearch \Exceptions \ExceededRetriesException ;
7
7
use Algolia \AlgoliaSearch \Model \Indexer \Category ;
8
- use Algolia \AlgoliaSearch \Test \Integration \MultiStoreTestCase ;
8
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ MultiStoreTestCase ;
9
9
use Magento \Catalog \Api \CategoryRepositoryInterface ;
10
10
use Magento \Catalog \Api \Data \CategoryInterface ;
11
11
use Magento \Catalog \Model \ResourceModel \Category \CollectionFactory ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Algolia \AlgoliaSearch \Test \Integration \Config ;
3
+ namespace Algolia \AlgoliaSearch \Test \Integration \Indexing \ Config ;
4
4
5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
6
use Algolia \AlgoliaSearch \Model \IndicesConfigurator ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Algolia \AlgoliaSearch \Test \Integration \Config ;
3
+ namespace Algolia \AlgoliaSearch \Test \Integration \Indexing \ Config ;
4
4
5
- use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
- use Algolia \AlgoliaSearch \Helper \AlgoliaHelper ;
7
5
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
8
- use Algolia \AlgoliaSearch \Test \Integration \Config \Traits \ConfigAssertionsTrait ;
9
- use Algolia \AlgoliaSearch \Test \Integration \MultiStoreTestCase ;
6
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ Config \Traits \ConfigAssertionsTrait ;
7
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ MultiStoreTestCase ;
10
8
11
9
/**
12
10
* @magentoDataFixture Magento/Store/_files/second_website_with_two_stores.php
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Algolia \AlgoliaSearch \Test \Integration \Config \Traits ;
3
+ namespace Algolia \AlgoliaSearch \Test \Integration \Indexing \ Config \Traits ;
4
4
5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
6
use Magento \Store \Api \Data \StoreInterface ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Algolia \AlgoliaSearch \Test \Integration ;
3
+ namespace Algolia \AlgoliaSearch \Test \Integration \ Indexing ;
4
4
5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
+ use Algolia \AlgoliaSearch \Test \Integration \TestCase ;
6
7
use Magento \Framework \Indexer \ActionInterface ;
7
8
8
9
abstract class IndexingTestCase extends TestCase
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Algolia \AlgoliaSearch \Test \Integration ;
3
+ namespace Algolia \AlgoliaSearch \Test \Integration \ Indexing ;
4
4
5
5
use Algolia \AlgoliaSearch \Exceptions \AlgoliaException ;
6
6
use Algolia \AlgoliaSearch \Exceptions \ExceededRetriesException ;
7
- use Algolia \AlgoliaSearch \Helper \AlgoliaHelper ;
8
7
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
9
8
use Algolia \AlgoliaSearch \Model \IndicesConfigurator ;
10
9
use Magento \Framework \Exception \LocalizedException ;
Original file line number Diff line number Diff line change 6
6
use Algolia \AlgoliaSearch \Exceptions \ExceededRetriesException ;
7
7
use Algolia \AlgoliaSearch \Helper \ConfigHelper ;
8
8
use Algolia \AlgoliaSearch \Model \Indexer \Page ;
9
- use Algolia \AlgoliaSearch \Test \Integration \MultiStoreTestCase ;
9
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ MultiStoreTestCase ;
10
10
use Magento \Cms \Api \Data \PageInterface ;
11
11
use Magento \Cms \Api \PageRepositoryInterface ;
12
12
use Magento \Cms \Model \ResourceModel \Page \CollectionFactory ;
Original file line number Diff line number Diff line change 4
4
5
5
use Algolia \AlgoliaSearch \Helper \Entity \PageHelper ;
6
6
use Algolia \AlgoliaSearch \Model \Indexer \Page ;
7
- use Algolia \AlgoliaSearch \Test \Integration \IndexingTestCase ;
7
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ IndexingTestCase ;
8
8
use Magento \Cms \Model \PageFactory ;
9
9
10
10
class PagesIndexingTest extends IndexingTestCase
Original file line number Diff line number Diff line change 3
3
namespace Algolia \AlgoliaSearch \Test \Integration \Indexing \Product ;
4
4
5
5
use Algolia \AlgoliaSearch \Model \Indexer \Product ;
6
- use Algolia \AlgoliaSearch \Test \Integration \MultiStoreTestCase ;
6
+ use Algolia \AlgoliaSearch \Test \Integration \Indexing \ MultiStoreTestCase ;
7
7
use Magento \Catalog \Api \Data \ProductInterface ;
8
8
use Magento \Catalog \Api \ProductRepositoryInterface ;
9
9
use Magento \Catalog \Model \ResourceModel \Product \CollectionFactory ;
You can’t perform that action at this time.
0 commit comments