@@ -16,8 +16,7 @@ discard block |
||
16 | 16 | use TYPO3\CMS\Extbase\Object\ObjectManager; |
17 | 17 | use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager; |
18 | 18 | |
19 | -class SolrIndexingTest extends FunctionalTestCase |
|
20 | -{ |
|
19 | +class SolrIndexingTest extends FunctionalTestCase { |
|
21 | 20 | /** @var PersistenceManager */ |
22 | 21 | protected $persistenceManager; |
23 | 22 | |
@@ -51,8 +50,7 @@ discard block |
||
51 | 50 | /** |
52 | 51 | * @test |
53 | 52 | */ |
54 | - public function canCreateCore() |
|
55 | - { |
|
53 | + public function canCreateCore() { |
|
56 | 54 | $coreName = uniqid('testCore'); |
57 | 55 | $solr = Solr::getInstance($coreName); |
58 | 56 | $this->assertNull($solr->core); |
@@ -67,8 +65,7 @@ discard block |
||
67 | 65 | /** |
68 | 66 | * @test |
69 | 67 | */ |
70 | - public function canIndexAndSearchDocument() |
|
71 | - { |
|
68 | + public function canIndexAndSearchDocument() { |
|
72 | 69 | $core = $this->createSolrCore(); |
73 | 70 | |
74 | 71 | $document = $this->documentRepository->findByUid(1001); |
@@ -108,8 +105,7 @@ discard block |
||
108 | 105 | /** |
109 | 106 | * @test |
110 | 107 | */ |
111 | - public function canSearchInCollections() |
|
112 | - { |
|
108 | + public function canSearchInCollections() { |
|
113 | 109 | $core = $this->createSolrCore(); |
114 | 110 | |
115 | 111 | $this->importDataSet(__DIR__ . '/../../Fixtures/Common/documents_fulltext.xml'); |