whisper-money/tests/Feature/SentryConfigTest.php

6 lines
144 B
PHP

<?php
it('binds the sentry release from the environment', function () {
expect(config('sentry.release'))->toBe(env('SENTRY_RELEASE'));
});