Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 7b31610

Browse files
author
Elliot Chance
committed
testAutoloadCanFindClass
1 parent b9824c8 commit 7b31610

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ php:
44
- 5.4
55
- 5.5
66
- hhvm
7+
8+
install: composer install

test/XeroOAuthExceptionTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
use Concise\TestCase;
4+
5+
class XeroOAuthExceptionTest extends TestCase
6+
{
7+
public function testAutoloadCanFindClass()
8+
{
9+
$this->assert(new XeroOAuthException(), is_not_null);
10+
}
11+
}

0 commit comments

Comments
 (0)