Skip to content

Commit 2fa1acd

Browse files
author
craig.thompson
committed
Fix names
1 parent 925e3eb commit 2fa1acd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<project name="communicatorcorp/client-php" default="build">
2+
<project name="communicator/webservices-php" default="build">
33
<property name="basedir" value="." />
44

55
<target name="build" depends="phpcs, phpunit" />

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bootstrap="vendor/autoload.php"
66
colors="true">
77
<testsuites>
8-
<testsuite name="communicatorcorp/client-php">
8+
<testsuite name="communicator/webservices-php">
99
<directory suffix="Test.php">test</directory>
1010
</testsuite>
1111
</testsuites>

0 commit comments

Comments
 (0)