Skip to content

Commit 11598a0

Browse files
committed
Remove phpunit/phpunit-selenium
1 parent 23ff7c4 commit 11598a0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
<exec executable="${basedir}/build/tools/composer">
122122
<arg value="require"/>
123123
<arg value="phpunit/dbunit:~1.4"/>
124-
<arg value="phpunit/phpunit-selenium:~1.4"/>
125124
<arg value="phpunit/php-invoker:~1.1"/>
126125
</exec>
127126

@@ -262,13 +261,6 @@
262261
</fileset>
263262
</copy>
264263

265-
<copy todir="${basedir}/build/phar/phpunit-selenium">
266-
<fileset dir="${basedir}/vendor/phpunit/phpunit-selenium/PHPUnit">
267-
<include name="**/*.php"/>
268-
<exclude name="**/Autoload.*"/>
269-
</fileset>
270-
</copy>
271-
272264
<copy file="${basedir}/vendor/phpdocumentor/reflection-docblock/LICENSE"
273265
tofile="${basedir}/build/phar/phpdocumentor-reflection-docblock/LICENSE"/>
274266
<copy todir="${basedir}/build/phar/phpdocumentor-reflection-docblock">

0 commit comments

Comments
 (0)