public function testInitialStatus()
 {
     $this->assertEquals('insertRecords', $this->request->getMethod());
     $this->assertEquals(4, $this->request->getParam('version'));
 }
 public function testInitial()
 {
     $this->assertEquals('getRecordById', $this->request->getMethod());
     $this->assertEquals('All', $this->request->getParam('selectColumns'));
 }
Beispiel #3
0
 public function testInitial()
 {
     $this->assertEquals('getFields', $this->request->getMethod());
 }