Home
last modified time | relevance | path

Searched refs:_custom_testenv_root (Results 1 – 2 of 2) sorted by relevance

/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/t/lib/OpenXPKI/
H A DTest.pm402 $self->_custom_testenv_root(1);
406 has _custom_testenv_root => ( is => 'rw', isa => 'Bool', lazy => 1, default => 0 );
613 remove_tree($self->testenv_root) unless $self->_custom_testenv_root;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/t/lib/OpenXPKI/
H A DTest.pm402 $self->_custom_testenv_root(1);
406 has _custom_testenv_root => ( is => 'rw', isa => 'Bool', lazy => 1, default => 0 ); attribute in OpenXPKI::Test
613 remove_tree($self->testenv_root) unless $self->_custom_testenv_root;