Skip to content

Commit b9a1fbb

Browse files
committed
Removed test DSL from composer.json in order to fix phar build
1 parent 5fb986d commit b9a1fbb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

‎composer.json‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@
136136
"Flow\\ETL\\Adapter\\Doctrine\\Tests\\": [
137137
"src/adapter/etl-adapter-doctrine/tests/Flow/ETL/Adapter/Doctrine/Tests"
138138
]
139-
},
140-
"files": [
141-
"src/lib/rdsl/tests/Flow/RDSL/Tests/Fixtures/functions.php"
142-
]
139+
}
143140
},
144141
"config": {
145142
"optimize-autoloader": true,

‎src/lib/rdsl/tests/Flow/RDSL/Tests/Integration/ExecutorTest.php‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
use Flow\RDSL\Tests\Fixtures\IntObject;
1111
use PHPUnit\Framework\TestCase;
1212

13+
require_once __DIR__ . '/../Fixtures/functions.php';
14+
1315
final class ExecutorTest extends TestCase
1416
{
1517
public function test_build_and_execute_dsl() : void

‎src/lib/rdsl/tests/Flow/RDSL/Tests/Unit/DSLFinderTest.php‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
use Flow\RDSL\Finder;
1010
use PHPUnit\Framework\TestCase;
1111

12+
require_once __DIR__ . '/../Fixtures/functions.php';
13+
1214
final class DSLFinderTest extends TestCase
1315
{
1416
public function test_not_allowed_function_from_global_namespace_by_default() : void

0 commit comments

Comments
 (0)