Add php-ext to array dumper
parent
1310118101
commit
186d78cde3
|
@ -37,6 +37,7 @@ class ArrayDumper
|
||||||
'devAutoload' => 'autoload-dev',
|
'devAutoload' => 'autoload-dev',
|
||||||
'notificationUrl' => 'notification-url',
|
'notificationUrl' => 'notification-url',
|
||||||
'includePaths' => 'include-path',
|
'includePaths' => 'include-path',
|
||||||
|
'phpExt' => 'php-ext',
|
||||||
];
|
];
|
||||||
|
|
||||||
$data = [];
|
$data = [];
|
||||||
|
|
|
@ -234,6 +234,11 @@ class ArrayDumperTest extends TestCase
|
||||||
['ssl' => ['local_cert' => '/opt/certs/test.pem']],
|
['ssl' => ['local_cert' => '/opt/certs/test.pem']],
|
||||||
'transportOptions',
|
'transportOptions',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'php-ext',
|
||||||
|
['extension-name' => 'test'],
|
||||||
|
'phpExt',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue