mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
improve exports, filters, aggregators
This commit is contained in:
@@ -35,10 +35,6 @@ class ListPersonTest extends AbstractExportTest
|
||||
*/
|
||||
private $export;
|
||||
|
||||
protected $fields = array(
|
||||
'id', 'firstName', 'lastName', 'birthdate',
|
||||
'placeOfBirth', 'gender', 'memo', 'email', 'phonenumber'
|
||||
);
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
@@ -64,7 +60,9 @@ class ListPersonTest extends AbstractExportTest
|
||||
return array(
|
||||
array('fields' => ['id', 'firstName', 'lastName']),
|
||||
array('fields' => ['id', 'birthdate', 'gender', 'memo', 'email', 'phonenumber']),
|
||||
array('fields' => ['firstName', 'lastName', 'phonenumber'])
|
||||
array('fields' => ['firstName', 'lastName', 'phonenumber']),
|
||||
array('fields' => ['id', 'nationality']),
|
||||
array('fields' => ['id', 'countryOfBirth'])
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user