상속: extends PHPUnit_Framework_TestCase
예제 #1
0
 public function setUp()
 {
     parent::setUp();
     $this->resultData = file_get_contents(dirname(__FILE__) . '/result.example.json');
     $this->mockClient->expects($this->any())->method('listDatabases')->will($this->returnValue(array('test123', 'test')));
     $this->dataToInsert = file_get_contents(dirname(__FILE__) . '/input.example.json');
 }
예제 #2
0
 /**
  *
  */
 public function setUp()
 {
     parent::setUp();
 }