Skip to content

Commit b8fda57

Browse files
author
Ian Daszkowski
committed
MAGETWO-38383: Increase Unit Test Code Coverage
-Removed unnecessary is_readable check
1 parent 2c667a9 commit b8fda57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup/src/Magento/Setup/Fixtures/FixtureModel.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ public function reindex(OutputInterface $output)
105105
*/
106106
public function loadFixtures()
107107
{
108-
if (!is_readable(__DIR__)) {
109-
throw new \Exception(
110-
'Fixtures set directory `' . __DIR__ . '` is not readable or does not exists.'
111-
);
112-
}
113108
$files = glob(__DIR__ . DIRECTORY_SEPARATOR . self::FIXTURE_PATTERN);
114109

115110
foreach ($files as $file) {

0 commit comments

Comments
 (0)