protected property QueryTest::$developerData in Apigee Edge 8
Data to create developers.
Type: array
File
- tests/
src/ Functional/ QueryTest.php, line 60
Class
- QueryTest
- Developer and developer app entity query test.
Namespace
Drupal\Tests\apigee_edge\FunctionalCode
protected $developerData = [
[
'email' => 'test00@example.com',
'userName' => 'test00',
'firstName' => 'Test00',
'lastName' => 'User',
],
[
'email' => 'test01@example.com',
'userName' => 'test01',
'firstName' => 'Test01',
'lastName' => 'User',
],
[
'email' => 'test02@example.com',
'userName' => 'test02',
'firstName' => 'Test02',
'lastName' => 'User',
],
];