mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-24 14:25:36 +00:00
532199fe15
🔧 Add `.codegraph/config.json` for file and directory tracking configuration
6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
|
|
it('returns 404 for the removed welcome route', function () {
|
|
$this->get('/welcome')->assertNotFound();
|
|
});
|