Ejemplo n.º 1
0
 public function testSfMultiply__掛け算の結果が返る()
 {
     $this->expected = 520;
     $this->actual = SC_Utils::sfMultiply(13, 40);
     $this->verify();
 }