Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created October 2, 2010 05:52
Show Gist options
  • Save sanemat/607354 to your computer and use it in GitHub Desktop.
Save sanemat/607354 to your computer and use it in GitHub Desktop.
1) FibonacciTest::testHundred
100のときすごいおおきいこと
Failed asserting that <double:3.5422484817926E+20> matches expected <double:3.5422484817926E+20>.
/home/sane/work/kata-fibonacci-phpunit/FibonacciTest.php:33
FAILURES!
public function testHundred()
{
$this->assertEquals(354224848179261915075, $this->fib->number(100), '100のと
きすごいおおきいこと');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment