whisper-money/tests/Feature/LoggingConfigTest.php

6 lines
194 B
PHP

<?php
test('file log channels are created group-writable', function (string $channel) {
expect(config("logging.channels.{$channel}.permission"))->toBe(0664);
})->with(['single', 'daily']);