We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697acb2 commit 7255f3bCopy full SHA for 7255f3b
build.xml
@@ -1,13 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8" ?>
2
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>
+<project name="opentok" default="test">
11
12
<target name="test" description="run unit tests">
13
<exec command="./vendor/bin/phpunit" passthru="true" checkreturn="true" />
0 commit comments