Created
October 2, 2010 05:52
-
-
Save sanemat/607354 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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