Skip to content

Commit 5680c92

Browse files
committed
Code Style
1 parent 8ad2798 commit 5680c92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
@@ -7,6 +8,7 @@
78
if (!defined('TESTS_TEMP_DIR')) {
89
define('TESTS_TEMP_DIR', dirname(__DIR__) . '/Unit/tmp');
910
}
11+
1012
require_once __DIR__ . '/../../vendor/autoload.php';
1113

1214
setCustomErrorHandler();

0 commit comments

Comments
 (0)