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