public function RequestTest::getContentCantBeCalledTwiceWithResourcesProvider in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/RequestTest.php \Symfony\Component\HttpFoundation\Tests\RequestTest::getContentCantBeCalledTwiceWithResourcesProvider()
File
- vendor/
symfony/ http-foundation/ Tests/ RequestTest.php, line 1031
Class
Namespace
Symfony\Component\HttpFoundation\TestsCode
public function getContentCantBeCalledTwiceWithResourcesProvider() {
return array(
'Resource then fetch' => array(
true,
false,
),
'Resource then resource' => array(
true,
true,
),
);
}