Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2befe17

Browse files
ElectricMaxxxdbu
authored andcommitted
Apply fixes from StyleCI (#347)
[ci skip] [skip ci]
1 parent 6e3ce7b commit 2befe17

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

tests/Unit/EventListener/ContentListenerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
class ContentListenerTest extends \PHPUnit_Framework_Testcase
2323
{
2424
protected $seoPresentation;
25+
2526
protected $request;
27+
2628
protected $event;
29+
2730
protected $listener;
2831

2932
public function setUp()

tests/Unit/Extractor/BaseTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ abstract class BaseTestCase extends \PHPUnit_Framework_TestCase
1919

2020
// the properties below has to be configured by the child class
2121
protected $extractor;
22+
2223
protected $extractMethod;
24+
2325
protected $metadataMethod;
2426

2527
public function setUp()

tests/Unit/SeoPresentationTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@
2929
class SeoPresentationTest extends \PHPUnit_Framework_Testcase
3030
{
3131
private $seoPresentation;
32+
3233
private $pageService;
34+
3335
private $seoMetadata;
36+
3437
private $translator;
38+
3539
private $content;
40+
3641
private $configValues;
3742

3843
public function setUp()

tests/Unit/Sitemap/SitemapAwareDocumentVoterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class SitemapAwareDocumentVoterTest extends \PHPUnit_Framework_TestCase
2424
* @var VoterInterface
2525
*/
2626
protected $voter;
27+
2728
protected $sitemapAwareDocument;
2829

2930
public function setUp()

0 commit comments

Comments
 (0)