コード例 #1
0
ファイル: PhabricTest.php プロジェクト: Anyqax/Phabric
 public function testReset()
 {
     $this->mockDs->shouldReceive('reset')->withNoArgs()->andReturn(1);
     $this->object->reset();
 }
コード例 #2
0
ファイル: EntityTest.php プロジェクト: Anyqax/Phabric
 /**
  * @expectedException InvalidArgumentException
  */
 public function testGetOptionWithInvalidName()
 {
     $this->object->getOption('davedavedave');
 }