Skip to content

Commit 12a176e

Browse files
committed
Disable example test
1 parent 4042f31 commit 12a176e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

3-
test('inspiring command', function () {
4-
$this->artisan('inspiring')
5-
->expectsOutput('Simplicity is the ultimate sophistication.')
6-
->assertExitCode(0);
7-
});
3+
//test('inspiring command', function () {
4+
// $this->artisan('inspiring')
5+
// ->expectsOutput('Simplicity is the ultimate sophistication.')
6+
// ->assertExitCode(0);
7+
//});

tests/Unit/ExampleTest.php

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

3-
test('example', function () {
4-
expect(true)->toBeTrue();
5-
});
3+
//test('example', function () {
4+
// expect(true)->toBeTrue();
5+
//});

0 commit comments

Comments
 (0)