We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cf745 commit e7078caCopy full SHA for e7078ca
tests/ViewTest.php
@@ -45,7 +45,9 @@ public function testView1()
45
46
$service->renderOne('contact_us_id', 'contact_us');
47
$service->render(['contact_us_id1'=> 'contact_us']);
48
- $this->assertEquals(null, $service::$collection);
+ $data = $service::$collection;
49
+ $this->assertEquals('contact_us',$data['contact_us_id']);
50
+ $this->assertEquals('contact_us',$data['contact_us_id1']);
51
}
52
53
0 commit comments