diff --git a/tests/GoingTest.php b/tests/GoingTest.php new file mode 100644 index 0000000..8c5cca6 --- /dev/null +++ b/tests/GoingTest.php @@ -0,0 +1,16 @@ +assertEquals(1.275, going(5)); + $this->assertEquals(1.2125, going(6)); + $this->assertEquals(1.173214, going(7)); + $this->assertEquals(1.146651, going(8)); + } +}