protected function ProxyBuilderTest::setUp in Drupal 8
Same name in this branch
- 8 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest::setUp()
- 8 core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest::setUp()
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest::setUp()
Overrides UnitTestCase::setUp
File
- core/
tests/ Drupal/ Tests/ Core/ ProxyBuilder/ ProxyBuilderTest.php, line 29 - Contains \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest.
Class
- ProxyBuilderTest
- @coversDefaultClass \Drupal\Core\ProxyBuilder\ProxyBuilder @group proxy_builder
Namespace
Drupal\Tests\Core\ProxyBuilderCode
protected function setUp() {
parent::setUp();
$this->proxyBuilder = new ProxyBuilder();
}