Skip to content

Commit c249352

Browse files
committed
For Travis
1 parent 53e4030 commit c249352

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

phpunit.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit>
3+
<testsuites>
4+
<testsuite name="Opauth Test Suite">
5+
<directory>./tests/</directory>
6+
</testsuite>
7+
</testsuites>
8+
</phpunit>

tests/Opauth/OpauthTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license MIT License
99
*/
1010

11-
require '../../lib/Opauth/Opauth.php';
11+
require './lib/Opauth/Opauth.php';
1212

1313
/**
1414
* OpauthTest class

0 commit comments

Comments
 (0)