Skip to content

Commit fb25971

Browse files
committed
extracting CLI to separate package
1 parent 211318d commit fb25971

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ $this->assertEquals($diff->getRearranged(), $original);
162162

163163
## CLI tool
164164

165-
Moved to [`swaggest/json-diff-cli`](https://github.com/swaggest/json-diff-cli)
165+
Moved to [`swaggest/json-cli`](https://github.com/swaggest/json-cli)

tests/src/SpecTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ protected function provider($path)
5757
}
5858

5959
protected function doTest($case) {
60+
$case = clone $case;
61+
6062
if (isset($case->disabled) && $case->disabled) {
6163
$this->markTestSkipped('test is disabled');
6264
return;

0 commit comments

Comments
 (0)