for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace diecoding\aws\s3\tests;
/**
* Class WidgetTest
*/
class WidgetTest extends \PHPUnit\Framework\TestCase
{
* Just Example
public function testView1_Controller1()
$this->assertSame('test', YII_ENV);
}