protected function ApiProductTest::setUp in Apigee Edge 8
Overrides UnitTestCase::setUp
File
- tests/
src/ Unit/ Entity/ ApiProductTest.php, line 42
Class
- ApiProductTest
- Test ApiProductTest class.
Namespace
Drupal\Tests\apigee_edge\Unit\EntityCode
protected function setUp() {
parent::setUp();
$this->apiProduct = new ApiProduct([]);
}