protected function StandardInstallerTest::curlExec in Drupal 8
File
- core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php, line 38
Class
- StandardInstallerTest
- Tests the interactive installer installing the standard profile.
Namespace
Drupal\FunctionalTests\Installer
Code
protected function curlExec($curl_options, $redirect = FALSE) {
if (strpos($curl_options[CURLOPT_URL], '&id=1&op=do_nojs') !== FALSE) {
$this
->assertRaw('themes/classy/css/components/progress.css');
}
return parent::curlExec($curl_options, $redirect);
}