public function testMake() { $now1 = Date::make('now'); $now2 = new Date('now'); $this->assertEquals($now1, $now2); }