Пример #1
0
 /**
  * @depends	testGetSetRequestType
  * @return	null
  */
 public function testEnablePreparedStmt()
 {
     $this->assertSame($this->request, $this->request->enablePreparedStmt(), 'exposes fluent interface');
     $this->assertEquals('prepared-stmt', $this->request->getRequestType());
 }