Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add simple assertion at TimezoneTest::testValidTimezoneConstraints()
  • Loading branch information
phansys committed Nov 29, 2018
commit c3dce5c7e4fbb1be64f5a41f899335a9c8176bc9
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public function testValidTimezoneConstraints()
'message' => 'myMessage',
'zone' => \DateTimeZone::ALL,
));

// Make an assertion in order to avoid this test to be marked as risky
$this->assertInstanceOf(Timezone::class, $constraint);
}

/**
Expand Down