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 5c31521 commit 988f31bCopy full SHA for 988f31b
lib/internal/Magento/Framework/Test/Unit/File/NameTest.php
@@ -30,7 +30,10 @@ class NameTest extends \PHPUnit\Framework\TestCase
30
*/
31
private $name;
32
33
- protected function setUp()
+ /**
34
+ * @inheritDoc
35
+ */
36
+ protected function setUp(): void
37
{
38
$this->name = new Name();
39
$this->existingFilePath = __DIR__ . '/../_files/source.txt';
0 commit comments