1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add Ini object.

This commit is contained in:
David Steele
2017-12-22 22:55:17 -05:00
parent 69488ca8ff
commit d8c575801d
7 changed files with 385 additions and 3 deletions
@@ -1,7 +1,7 @@
####################################################################################################################################
# InfoIniUnitTest.pm - Unit tests for Ini module
# Unit tests for Ini module
####################################################################################################################################
package pgBackRestTest::Module::Common::CommonIniTest;
package pgBackRestTest::Module::Common::CommonIniPerlTest;
use parent 'pgBackRestTest::Common::RunTest';
####################################################################################################################################