We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925e3eb commit 2fa1acdCopy full SHA for 2fa1acd
build.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<project name="communicatorcorp/client-php" default="build">
+<project name="communicator/webservices-php" default="build">
3
<property name="basedir" value="." />
4
5
<target name="build" depends="phpcs, phpunit" />
phpunit.xml
@@ -5,7 +5,7 @@
bootstrap="vendor/autoload.php"
6
colors="true">
7
<testsuites>
8
- <testsuite name="communicatorcorp/client-php">
+ <testsuite name="communicator/webservices-php">
9
<directory suffix="Test.php">test</directory>
10
</testsuite>
11
</testsuites>
0 commit comments