Skip to content

Commit

Permalink
add some breathing room
Browse files Browse the repository at this point in the history
  • Loading branch information
dallincoons committed Apr 12, 2020
1 parent ccd1bd7 commit cc978b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ will load the framework.
*/
class FastTests extends TestCase
{
public function test_something_without_framework_by_default()
{
Expand All @@ -68,6 +67,7 @@ your test case.

```
class SometimesRunningWithFrameworkTestCase {
public function noFrameworkSetup()
{
//register fake repositories or mock something out, for example
Expand All @@ -85,6 +85,7 @@ simply add the `withFramework` property:

```
class RunTestsWithoutFrameworkByDefaultTestCase {
protected $withFramework = false;
public function test_runs_with_out_framework()
Expand Down

0 comments on commit cc978b0

Please sign in to comment.