Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed May 8, 2024
1 parent 68fc643 commit b53e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/TestSuite/TestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function setUp(): void
{
parent::setUp();

$this->TestCase = new class ('MyTest') extends TestCase {
$this->TestCase = new class ('testSomeMethod') extends TestCase {
public function testSomeMethod() {

Check failure on line 40 in tests/TestCase/TestSuite/TestCaseTest.php

View workflow job for this annotation

GitHub Actions / Coding Standard & Static Analysis

Opening brace should be on a new line

Check failure on line 40 in tests/TestCase/TestSuite/TestCaseTest.php

View workflow job for this annotation

GitHub Actions / Coding Standard & Static Analysis

Method class@anonymous/tests/TestCase/TestSuite/TestCaseTest.php:39::testSomeMethod() has no return type specified.
}
};
Expand Down

0 comments on commit b53e250

Please sign in to comment.