We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94487b2 commit 5805fd7Copy full SHA for 5805fd7
tests/unit/Runner/PhptTestCaseTest.php
@@ -84,11 +84,13 @@ protected function tearDown(): void
84
$this->testCase = null;
85
}
86
87
- public function testAlwaysReportsNumberOfAssertionsIsOne(): void {
+ public function testAlwaysReportsNumberOfAssertionsIsOne(): void
88
+ {
89
$this->assertSame(1, $this->testCase->getNumAssertions());
90
91
- public function testAlwaysReportsItDoesNotUseADataprovider(): void {
92
+ public function testAlwaysReportsItDoesNotUseADataprovider(): void
93
94
$this->assertSame(false, $this->testCase->usesDataProvider());
95
96
0 commit comments