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

Commit

Permalink
Apply fixes from StyleCI (#347)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
ElectricMaxxx authored and dbu committed May 14, 2018
1 parent 6e3ce7b commit 2befe17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/EventListener/ContentListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
class ContentListenerTest extends \PHPUnit_Framework_Testcase
{
protected $seoPresentation;

protected $request;

protected $event;

protected $listener;

public function setUp()
Expand Down
2 changes: 2 additions & 0 deletions tests/Unit/Extractor/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ abstract class BaseTestCase extends \PHPUnit_Framework_TestCase

// the properties below has to be configured by the child class
protected $extractor;

protected $extractMethod;

protected $metadataMethod;

public function setUp()
Expand Down
5 changes: 5 additions & 0 deletions tests/Unit/SeoPresentationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@
class SeoPresentationTest extends \PHPUnit_Framework_Testcase
{
private $seoPresentation;

private $pageService;

private $seoMetadata;

private $translator;

private $content;

private $configValues;

public function setUp()
Expand Down
1 change: 1 addition & 0 deletions tests/Unit/Sitemap/SitemapAwareDocumentVoterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SitemapAwareDocumentVoterTest extends \PHPUnit_Framework_TestCase
* @var VoterInterface
*/
protected $voter;

protected $sitemapAwareDocument;

public function setUp()
Expand Down

0 comments on commit 2befe17

Please sign in to comment.