*/ class DateDifferenceTest extends TestCase { /** @test */ public function date_difference_function_exists() { $this->assertTrue(function_exists('dateDifference')); } }