コード例 #1
0
ファイル: JobsTest.php プロジェクト: cross-solution/yawik
 public function testMakeSnapshot()
 {
     $this->assertEquals($this->target->makeSnapshot(), new JobSnapshot($this->target));
 }