Skip to content

Commit ca7b16a

Browse files
committed
Merge branch 'rskuipers-add-phing' into add-phing
2 parents 622b2ea + 7255f3b commit ca7b16a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

build.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22

3-
<project name="opentok" default="hello">
4-
5-
<!-- ============================================ -->
6-
<!-- (DEFAULT) Target: hello -->
7-
<!-- ============================================ -->
8-
<target name="hello" description="Says Hello">
9-
<echo msg="Hello, world!" />
10-
</target>
3+
<project name="opentok" default="test">
114

125
<target name="test" description="run unit tests">
13-
<php expression="include('./vendor/autoload.php')"/>
14-
<phpunit configuration="./phpunit.xml.dist" printsummary="true"/>
6+
<exec command="./vendor/bin/phpunit" passthru="true" checkreturn="true" />
157
</target>
168

179
</project>

0 commit comments

Comments
 (0)