6 lines
133 B
PHP
6 lines
133 B
PHP
<?php
|
|
|
|
it('noop unit placeholder for expire command (Feature test covers behavior)', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|