We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
16 | class MergeFieldTraitTest extends \PHPUnit_Framework_TestCase |
||
17 | { |
||
18 | use MergeFieldTrait; |
||
19 | |||
20 | /** |
||
21 | * @param $fields |
||
22 | * @param array $defaultFields |
||
23 | * @param $forceArray |
||
24 | * @param $expectedFields |
||
25 | * |
||
26 | * @dataProvider getFieldsDataProvider |
||
27 | */ |
||
28 | public function testGetFieldsWithDefaults($fields, array $defaultFields, $forceArray, $expectedFields) |
||
32 | |||
33 | public function getFieldsDataProvider() |
||
64 | |||
65 | public function testGetFieldsWithDefaultsForceArray() |
||
71 | } |
||
72 |