Passed
Pull Request — master (#103)
by Alexander
03:37
created
Tests/Functional/Common/SolrIndexingTest.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@  discard block
 block discarded – undo
14 14
 use TYPO3\CMS\Extbase\Object\ObjectManager;
15 15
 use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager;
16 16
 
17
-class SolrIndexingTest extends FunctionalTestCase
18
-{
17
+class SolrIndexingTest extends FunctionalTestCase {
19 18
     /** @var PersistenceManager */
20 19
     protected $persistenceManager;
21 20
 
@@ -45,8 +44,7 @@  discard block
 block discarded – undo
45 44
     /**
46 45
      * @test
47 46
      */
48
-    public function canCreateCore()
49
-    {
47
+    public function canCreateCore() {
50 48
         $coreName = uniqid('testCore');
51 49
         $solr = Solr::getInstance($coreName);
52 50
         $this->assertNull($solr->core);
@@ -61,8 +59,7 @@  discard block
 block discarded – undo
61 59
     /**
62 60
      * @test
63 61
      */
64
-    public function canIndexAndSearchDocument()
65
-    {
62
+    public function canIndexAndSearchDocument() {
66 63
         $core = $this->createSolrCore();
67 64
 
68 65
         $document = $this->documentRepository->findByUid(1001);
Please login to merge, or discard this patch.