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 d177789 commit 4024320Copy full SHA for 4024320
lib/internal/Magento/Framework/Filesystem/Test/Unit/Io/FileTest.php
@@ -7,11 +7,6 @@
7
8
class FileTest extends TestCase
9
{
10
- protected function setUp()
11
- {
12
-
13
- }
14
15
private function getTmpDir()
16
17
$tmpDir = '/tmp/magento-' . \microtime(true);
@@ -23,10 +18,9 @@ private function getTmpDir()
23
18
24
19
/**
25
20
* To cover the issue on GitHub: #27866
26
- * @test
27
21
* @throws LocalizedException
28
22
*/
29
- public function read_should_copy_the_source_file_to_the_given_file_resource()
+ public function testReadShouldCopyTheSourceFileToTheGivenGileResource()
30
31
$content = \mt_rand();
32
$sourceFileName = "source-file.txt";
0 commit comments