We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60ef9f commit 1fd8801Copy full SHA for 1fd8801
Tests/Unit/Repository/StatementRepositoryTest.php
@@ -117,7 +117,10 @@ protected function createMappedStatementRepositoryMock()
117
return $this->getMock('\Xabbuh\XApi\Storage\Doctrine\Repository\MappedStatementRepository');
118
}
119
120
- private function assertMappedStatement(MappedStatement $expected, MappedStatement $actual)
+ /**
121
+ * Ths method is only public to support PHP 5.3.
122
+ */
123
+ public function assertMappedStatement(MappedStatement $expected, MappedStatement $actual)
124
{
125
if ($expected->id !== $actual->id) {
126
return false;
0 commit comments