Skip to content

Commit 5805fd7

Browse files
epdenoudensebastianbergmann
authored andcommitted
CS/WS fixes
1 parent 94487b2 commit 5805fd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/unit/Runner/PhptTestCaseTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ protected function tearDown(): void
8484
$this->testCase = null;
8585
}
8686

87-
public function testAlwaysReportsNumberOfAssertionsIsOne(): void {
87+
public function testAlwaysReportsNumberOfAssertionsIsOne(): void
88+
{
8889
$this->assertSame(1, $this->testCase->getNumAssertions());
8990
}
9091

91-
public function testAlwaysReportsItDoesNotUseADataprovider(): void {
92+
public function testAlwaysReportsItDoesNotUseADataprovider(): void
93+
{
9294
$this->assertSame(false, $this->testCase->usesDataProvider());
9395
}
9496

0 commit comments

Comments
 (0)