Skip to content

Commit

Permalink
Add dummy test to avoid Travis builds to fail.
Browse files Browse the repository at this point in the history
(Real tests should come pretty soon though.)
  • Loading branch information
Carlos Afonso Pérez committed Feb 7, 2016
1 parent 5ea2513 commit 6d4c70a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/SoapiTest.php
@@ -0,0 +1,15 @@
<?php
namespace Afonso\Soapi\Tests;

use PHPUnit_Framework_TestCase;

class SoapiTest extends PHPUnit_Framework_TestCase
{
public function testSoapi()
{
/*
* Temporary placeholder test to avoid
* Travis builds to fail.
*/
}
}

0 comments on commit 6d4c70a

Please sign in to comment.