assertNotEmpty($result); } /** * This tests the "formatDate" * @test */ public function it_get_exceptions() { $this->expectException(Exception::class); $result = formatDate(''); } }