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