From c4a50a3d10bd52b982e6f4f0d0267c394f3351e6 Mon Sep 17 00:00:00 2001 From: Andrew Aitken-Fincham Date: Fri, 20 Oct 2017 12:00:35 +0100 Subject: [PATCH] Spelling in DataQueryTest --- tests/model/DataQueryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model/DataQueryTest.php b/tests/model/DataQueryTest.php index 181132e8e..ac8a3ef69 100644 --- a/tests/model/DataQueryTest.php +++ b/tests/model/DataQueryTest.php @@ -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