File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public function testRelation()
7070 $ this ->assertArrayHasKey ('address ' , $ schema ['user ' ][Schema::RELATIONS ]);
7171 $ this ->assertSame (Relation::EMBEDDED , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TYPE ]);
7272
73- $ this ->assertSame ("user. address " , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TARGET ]);
73+ $ this ->assertSame ("user: address " , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TARGET ]);
7474 $ this ->assertSame (Relation::LOAD_EAGER , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::LOAD ]);
7575 }
7676
@@ -108,7 +108,7 @@ public function testRelationLazyLoad()
108108 $ this ->assertArrayHasKey ('address ' , $ schema ['user ' ][Schema::RELATIONS ]);
109109 $ this ->assertSame (Relation::EMBEDDED , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TYPE ]);
110110
111- $ this ->assertSame ("user. address " , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TARGET ]);
111+ $ this ->assertSame ("user: address " , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::TARGET ]);
112112 $ this ->assertSame (Relation::LOAD_PROMISE , $ schema ['user ' ][Schema::RELATIONS ]['address ' ][Relation::LOAD ]);
113113 }
114114}
You can’t perform that action at this time.
0 commit comments