for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* BongaTech SMS Client Library for PHP.
*
* @copyright Copyright (c) 2017
* @author Vincent Mosoti <[email protected]>
* @license https://github.com/VMosoti/bongatech-sms/blob/master/LICENSE
*/
namespace VMosoti\BongaTech\Tests;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/** @test */
public function true_is_true()
$this->assertTrue(true);
}