function TimeTest::testGetCurrentTime
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\TimeTest::testGetCurrentTime()
- 8.9.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\TimeTest::testGetCurrentTime()
- 11.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\TimeTest::testGetCurrentTime()
Tests the getCurrentTime method.
@covers ::getCurrentTime
File
-
core/
tests/ Drupal/ Tests/ Component/ Datetime/ TimeTest.php, line 113
Class
- TimeTest
- @coversDefaultClass \Drupal\Component\Datetime\Time @group Datetime
Namespace
Drupal\Tests\Component\DatetimeCode
public function testGetCurrentTime() : void {
$expected = 12345678;
$this->assertEquals($expected, $this->time
->getCurrentTime());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.