for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace mrcnpdlk\Validator;
class TestCase extends \PHPUnit\Framework\TestCase
{
public function setUp()
parent::setUp(); // TODO: Change the autogenerated stub
}
public function tearDown()
parent::tearDown(); // TODO: Change the autogenerated stub