Skip to content

Commit

Permalink
facile-it#212 Add statement_indentation fix, update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keljtanoski committed Jul 17, 2023
1 parent 663fa57 commit 435d0f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Bin/Paraunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public static function getVersion(): string

public static function getPHPUnitVersion(): string
{
return PrettyVersions::getVersion('phpunit/phpunit')->getPrettyVersion();
return PrettyVersions::getVersion('phpunit/phpunit')->getPrettyVersion();
}
}
2 changes: 1 addition & 1 deletion tests/PHPT/coverage.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_once __DIR__ . '/../../src/Bin/paraunit';
--ARGS--
coverage FakeDriverTest --text --no-ansi
--EXPECTF--
PARAUNIT v%s
PARAUNIT v%s (PHPUnit v%s)
by Francesco Panina, Alessandro Lai & Shark Dev Team @ Facile.it
Coverage driver in use: %s
... %w 3
Expand Down
2 changes: 1 addition & 1 deletion tests/PHPT/pass-through.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_once __DIR__ . '/../../src/Bin/paraunit';
--ARGS--
run IntentionalWarningTestStub -c tests/Stub/phpunit_for_stubs.xml --pass-through=--stop-on-warning
--EXPECTF--
PARAUNIT v%s
PARAUNIT v%s (PHPUnit v%s)
by Francesco Panina, Alessandro Lai & Shark Dev Team @ Facile.it
W %w 1

Expand Down
2 changes: 1 addition & 1 deletion tests/PHPT/run.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_once __DIR__ . '/../../src/Bin/paraunit';
--ARGS--
run FakeDriverTest --no-ansi
--EXPECTF--
PARAUNIT v%s
PARAUNIT v%s (PHPUnit v%s)
by Francesco Panina, Alessandro Lai & Shark Dev Team @ Facile.it
... %w 3

Expand Down

0 comments on commit 435d0f3

Please sign in to comment.