We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e4030 commit c249352Copy full SHA for c249352
phpunit.xml
@@ -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
@@ -8,7 +8,7 @@
* @license MIT License
9
*/
10
11
-require '../../lib/Opauth/Opauth.php';
+require './lib/Opauth/Opauth.php';
12
13
/**
14
* OpauthTest class
0 commit comments