public function TestClient::setNextScript in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\TestClient::setNextScript()
- 8 vendor/behat/mink-browserkit-driver/tests/Custom/ErrorHandlingTest.php \Behat\Mink\Tests\Driver\Custom\TestClient::setNextScript()
Same name and namespace in other branches
- 8.0 vendor/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\TestClient::setNextScript()
File
- vendor/
symfony/ browser-kit/ Tests/ ClientTest.php, line 33
Class
Namespace
Symfony\Component\BrowserKit\TestsCode
public function setNextScript($script) {
$this->nextScript = $script;
}