diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index c9f82020..5bdb6bd4 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -695,10 +695,12 @@ ✓ it fails with message PASS Tests\Features\Expect\toHaveMethod - ✓ pass - ✓ failures - ✓ failures with message - ✓ not failures + ✓ class has method + ✓ opposite class has method + ✓ class has method via a parent class + ✓ class has method via a trait + ✓ failure when the class has no method + ✓ class has no method PASS Tests\Features\Expect\toHaveMethods ✓ pass @@ -1307,4 +1309,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 925 passed (2204 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 927 passed (2196 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 173f9dcf..88a4ee94 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -16,7 +16,7 @@ $run = function () { test('parallel', function () use ($run) { expect($run('--exclude-group=integration')) - ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 914 passed (2189 assertions)') + ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 916 passed (2181 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();