mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 12:29:44 +01:00
Fixes
This commit is contained in:
parent
bb691ec427
commit
8cd8c35125
@ -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
|
||||
{
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user