Skip to content

Commit 6bd9d75

Browse files
committed
added bogus test
1 parent 4d878e3 commit 6bd9d75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/BaseTest.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
class BaseTest extends PHPUnit_Framework_TestCase
4+
{
5+
/**
6+
* A basic test example.
7+
*
8+
* @return void
9+
*/
10+
public function testExample()
11+
{
12+
$this->assertTrue(true);
13+
}
14+
}

0 commit comments

Comments
 (0)