mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7503 from andrewandante/patch-4
Spelling in DataQueryTest
This commit is contained in:
commit
59cc45565b
@ -63,7 +63,7 @@ class DataQueryTest extends SapphireTest {
|
|||||||
$this->assertContains('"DataQueryTest_C"."ID" = "DataQueryTest_B"."TestCTwoID"', $dq->sql());
|
$this->assertContains('"DataQueryTest_C"."ID" = "DataQueryTest_B"."TestCTwoID"', $dq->sql());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testApplyReplationDeepInheretence() {
|
public function testApplyRelationDeepInheritance() {
|
||||||
//test has_one relation
|
//test has_one relation
|
||||||
$newDQ = new DataQuery('DataQueryTest_E');
|
$newDQ = new DataQuery('DataQueryTest_E');
|
||||||
//apply a relation to a relation from an ancestor class
|
//apply a relation to a relation from an ancestor class
|
||||||
|
Loading…
Reference in New Issue
Block a user