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

Commit

Permalink
Merge remote-tracking branch 'origin/2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 13, 2017
2 parents 7f479c7 + e8140f7 commit ab9fa1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Adapter/PhpcrOdmAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ class PhpcrOdmAdapter implements AdapterInterface
const TAG_NO_MULTILANG = 'no-multilang';

protected $dm;

protected $baseRoutePath;

protected $autoRouteFqcn;

/**
Expand Down
4 changes: 4 additions & 0 deletions tests/Unit/Adapter/PhpcrOdmAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ class PhpcrOdmAdapterTest extends \PHPUnit_Framework_TestCase
private $metadata;

private $contentDocument;

private $contentDocument2;

private $baseNode;

private $parentRoute;

/**
Expand All @@ -62,6 +65,7 @@ class PhpcrOdmAdapterTest extends \PHPUnit_Framework_TestCase
* @var NodeInterface|ObjectProphecy
*/
private $phpcrRootNode;

private $baseRoutePath;

/**
Expand Down

0 comments on commit ab9fa1d

Please sign in to comment.