for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace VMosoti\BongaTech\Tests;
use PHPUnit\Framework\TestCase;
class CalculatorTest extends TestCase
{
public function testTrueIsTrue()
$foo = true;
$this->assertTrue($foo);
}