-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54a35cc
commit 05819b5
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?php | ||
|
||
arch()->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
arch('assertions are traits')->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
->toBeTraits(); | ||
|
||
arch()->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
arch('assertions have correct suffix')->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
->traits() | ||
->toHaveSuffix('Assertions'); | ||
|
||
arch()->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
arch('assertions do not have private methods')->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
->not->toHavePrivateMethods(); | ||
|
||
arch()->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
arch('assertions do not have protected methods')->expect('KirschbaumDevelopment\MailIntercept\Assertions') | ||
->not->toHaveProtectedMethods(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
arch()->preset()->laravel(); | ||
arch('laravel preset')->preset()->laravel(); | ||
|
||
arch()->preset()->php(); | ||
arch('php preset')->preset()->php(); | ||
|
||
arch()->preset()->security(); | ||
arch('security preset')->preset()->security(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters