Skip to content

Commit e024286

Browse files
committed
feat: changed arch tests
1 parent ebc877f commit e024286

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Architecture/GlobalsTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
->expect(['Shared', 'Domain','Infrastructure','Application','Presentation'])
1111
->toUseStrictTypes();
1212

13-
arch('Domain can be accessed by Infrastructure and Application Layers')
13+
arch('Domain can be accessed by Infrastructure, Application, and Presentation Layers')
1414
->expect('Domain')
15-
->toOnlyBeUsedIn(['Infrastructure', 'Application']);
15+
->toOnlyBeUsedIn(['Infrastructure', 'Application', 'Presentation']);
16+
1617

1718
arch('Infrastructure should only accessed by Application Layer directly')
1819
->expect('Infrastructure')

0 commit comments

Comments
 (0)