This commit is contained in:
Graham Campbell 2015-11-07 15:37:06 +00:00
parent bb691ec427
commit 8cd8c35125
2 changed files with 7 additions and 3 deletions

View File

@ -9,9 +9,9 @@
* file that was distributed with this source code.
*/
namespace CachetHQ\Cachet\Date;
namespace CachetHQ\Cachet\Dates;
use Jenssegers\Date\Date
use Jenssegers\Date\Date;
class DateFactory
{

View File

@ -11,8 +11,8 @@
namespace CachetHQ\Tests\Cachet\Api;
use Carbon\Carbon;
use CachetHQ\Tests\Cachet\AbstractTestCase;
use Carbon\Carbon;
use Illuminate\Foundation\Testing\DatabaseMigrations;
class MetricPointTest extends AbstractTestCase
@ -75,6 +75,10 @@ class MetricPointTest extends AbstractTestCase
public function testPostMetricPointTimestampTimezone()
{
if (defined('HHVM_VERSION')) {
$this->markTestSkipped('Timezones are broken on HHVM.');
}
$this->beUser();
$timezone = 'America/Mexico_City';