fixed omse tests
This commit is contained in:
parent
4958e65706
commit
c4ce122db6
@ -700,7 +700,7 @@ class DriverLocationTest extends PHPUnit_Framework_TestCase
|
|||||||
// var_dump($stat);
|
// var_dump($stat);
|
||||||
$tz = c::config()->timezone;
|
$tz = c::config()->timezone;
|
||||||
// print "The timezone $tz\n";
|
// print "The timezone $tz\n";
|
||||||
$this->assertEquals($tz, "America/Los_Angeles");
|
$this->assertEquals($tz, "UTC");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Moving driver - less than 4 points - only take the EW average
|
// Moving driver - less than 4 points - only take the EW average
|
||||||
|
|||||||
@ -13,7 +13,7 @@ class RestaurantTest extends PHPUnit_Framework_TestCase {
|
|||||||
'delivery_fee' => '1.5',
|
'delivery_fee' => '1.5',
|
||||||
'confirmation' => 0,
|
'confirmation' => 0,
|
||||||
'community' => 'test',
|
'community' => 'test',
|
||||||
'timezone' => 'America/Los_Angeles',
|
'timezone' => 'UTC',
|
||||||
'open_for_business' => true
|
'open_for_business' => true
|
||||||
]);
|
]);
|
||||||
$r->save();
|
$r->save();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user