. */ namespace Fisharebest\Webtrees\Date; /** * Test harness for the class JewishDate */ class JewishDateTest extends \Fisharebest\Webtrees\TestCase { /** * Test that the class exists * * @return void */ public function testClassExists() { $this->assertTrue(class_exists('\Fisharebest\Webtrees\Date\JewishDate')); } }