示例#1
0
 public function testReset()
 {
     $this->mockDs->shouldReceive('reset')->withNoArgs()->andReturn(1);
     $this->object->reset();
 }
示例#2
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testGetOptionWithInvalidName()
 {
     $this->object->getOption('davedavedave');
 }