mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-04 04:59:41 +00:00
Merge branch with master
This commit is contained in:
@@ -31,27 +31,6 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
{
|
||||
use PrepareClientTrait;
|
||||
|
||||
public static function dataProviderGetQueryKeys()
|
||||
{
|
||||
foreach (static::getFormData() as $data) {
|
||||
yield [$data];
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* create data for `ìnitiateQuery` method.
|
||||
*/
|
||||
public static function dataProviderInitiateQuery()
|
||||
{
|
||||
$acl = static::getAcl();
|
||||
|
||||
foreach (static::getModifiersCombination() as $modifiers) {
|
||||
foreach (static::getFormData() as $data) {
|
||||
yield [$modifiers, $acl, $data];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Return an array usable as ACL.
|
||||
*
|
||||
@@ -198,6 +177,13 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
}
|
||||
}
|
||||
|
||||
public static function dataProviderGetQueryKeys()
|
||||
{
|
||||
foreach (static::getFormData() as $data) {
|
||||
yield [$data];
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Test that.
|
||||
*
|
||||
@@ -382,4 +368,18 @@ abstract class AbstractExportTest extends WebTestCase
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* create data for `ìnitiateQuery` method.
|
||||
*/
|
||||
public static function dataProviderInitiateQuery()
|
||||
{
|
||||
$acl = static::getAcl();
|
||||
|
||||
foreach (static::getModifiersCombination() as $modifiers) {
|
||||
foreach (static::getFormData() as $data) {
|
||||
yield [$modifiers, $acl, $data];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user