Skip to content

Commit 1a49532

Browse files
committed
fix: wrong name for arch test
1 parent d78cd89 commit 1a49532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ArchTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22

3-
arch('will not use debugging functions')
3+
it('will not use debugging functions')
44
->expect(['dd', 'dump', 'ray'])
55
->each->not->toBeUsed();
66

7-
arch('ensure `env` is only used in config files')
7+
it('ensures `env` is only used in config files')
88
->expect('env')
99
->not->toBeUsed()
1010
->ignoring('config');

0 commit comments

Comments
 (0)