Skip to content

Commit

Permalink
Merge pull request #136 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat(mocking): finish mocking docs
  • Loading branch information
jlenon7 authored Oct 19, 2023
2 parents 9c5e25d + c8a1c88 commit 04995a1
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 147 deletions.
2 changes: 2 additions & 0 deletions docs/testing/cli-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default class ExampleTest {

output.assertLogged('Hello from MyAppName!') ❌
}
}
```

To solve this problem, you can use a different `artisan` file
Expand Down Expand Up @@ -170,6 +171,7 @@ export default class ExampleTest {

output.assertLogged('Hello from MyAppName!') ✅
}
}
```

## Debugging outputs
Expand Down
Loading

0 comments on commit 04995a1

Please sign in to comment.