Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamespindola committed Sep 22, 2015
2 parents 434e4fb + f1205db commit 7e0a3b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/Repository/RepositoryAbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ public function getStorage()
{
return $this->storage;
}
}
}
5 changes: 4 additions & 1 deletion tests/unit/Storage/ORM/RespectRelationalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public function testSetRepositoryWithInvalidValueShouldThrowAndException()
$instance->setRepository('');
}

/**
* @depends testSetRepositoryWithInvalidValueShouldThrowAndException
*/
public function testSetRepositoryWithAValidNamespaceShouldWork()
{
$instance = new RespectRelational($this->mapper);
Expand Down Expand Up @@ -96,4 +99,4 @@ public function testGetRepositoryShouldReturnMockedInstance()
'The attribute repository is not instance of the string class name: Respect\Data\Collections\Collection'
);
}
}
}

0 comments on commit 7e0a3b8

Please sign in to comment.