RequirementsTest.php in TMGMT Translator Smartling 8.4
File
tests/src/Functional/RequirementsTest.php
View source
<?php
namespace Drupal\Tests\tmgmt_smartling\Functional;
class RequirementsTest extends SmartlingTestBase {
public function testRequirements() {
$this
->drupalGet("/admin/reports/status");
$this
->assertText("Smartling PHP max_execution_time");
$this
->assertText("PHP max_execution_time is recommended to be set at least 300. Current value is 30");
$this
->assertText("Background processes might take time to be done");
}
}