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