Spelling in DataQueryTest

This commit is contained in:
Andrew Aitken-Fincham 2017-10-20 12:00:35 +01:00 committed by GitHub
parent 2b09216b0c
commit c4a50a3d10

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