Skip to content

Commit 4024320

Browse files
committed
Redundant method removed. Test name converted into camelCase
1 parent d177789 commit 4024320

File tree

1 file changed

+1
-7
lines changed
  • lib/internal/Magento/Framework/Filesystem/Test/Unit/Io

1 file changed

+1
-7
lines changed

lib/internal/Magento/Framework/Filesystem/Test/Unit/Io/FileTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
class FileTest extends TestCase
99
{
10-
protected function setUp()
11-
{
12-
13-
}
14-
1510
private function getTmpDir()
1611
{
1712
$tmpDir = '/tmp/magento-' . \microtime(true);
@@ -23,10 +18,9 @@ private function getTmpDir()
2318

2419
/**
2520
* To cover the issue on GitHub: #27866
26-
* @test
2721
* @throws LocalizedException
2822
*/
29-
public function read_should_copy_the_source_file_to_the_given_file_resource()
23+
public function testReadShouldCopyTheSourceFileToTheGivenGileResource()
3024
{
3125
$content = \mt_rand();
3226
$sourceFileName = "source-file.txt";

0 commit comments

Comments
 (0)