Skip to content

Commit 7e0a3b8

Browse files
fix conflicts
2 parents 434e4fb + f1205db commit 7e0a3b8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/unit/Repository/RepositoryAbstractTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ public function getStorage()
8989
{
9090
return $this->storage;
9191
}
92-
}
92+
}

tests/unit/Storage/ORM/RespectRelationalTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ public function testSetRepositoryWithInvalidValueShouldThrowAndException()
5959
$instance->setRepository('');
6060
}
6161

62+
/**
63+
* @depends testSetRepositoryWithInvalidValueShouldThrowAndException
64+
*/
6265
public function testSetRepositoryWithAValidNamespaceShouldWork()
6366
{
6467
$instance = new RespectRelational($this->mapper);
@@ -96,4 +99,4 @@ public function testGetRepositoryShouldReturnMockedInstance()
9699
'The attribute repository is not instance of the string class name: Respect\Data\Collections\Collection'
97100
);
98101
}
99-
}
102+
}

0 commit comments

Comments
 (0)