public function ContentHubExportQueueControllerTest::testGetWaitingTime in Acquia Content Hub 8
Test the getWaitingTime method.
@covers ::getWaitingTime
File
- tests/
src/ Unit/ Controller/ ContentHubExportQueueControllerTest.php, line 112
Class
- ContentHubExportQueueControllerTest
- PHPUnit test for the ContentHubExportQueueController class.
Namespace
Drupal\Tests\acquia_contenthub\Unit\ControllerCode
public function testGetWaitingTime() {
$waiting_time = $this->contentHubExportQueueController
->getWaitingTime();
$this
->assertEquals($waiting_time, 5);
}