Merge pull request #7503 from andrewandante/patch-4

Spelling in DataQueryTest
This commit is contained in:
Damian Mooyman 2017-10-24 12:04:41 +13:00 committed by GitHub
commit 59cc45565b

View File

@ -63,7 +63,7 @@ class DataQueryTest extends SapphireTest {
$this->assertContains('"DataQueryTest_C"."ID" = "DataQueryTest_B"."TestCTwoID"', $dq->sql());
}
public function testApplyReplationDeepInheretence() {
public function testApplyRelationDeepInheritance() {
//test has_one relation
$newDQ = new DataQuery('DataQueryTest_E');
//apply a relation to a relation from an ancestor class