for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Test;
class StreamTest extends \PHPUnit_Framework_TestCase
{
/**
* @test
*
* Returns null
*/
public function method_tells_throws_runtime_exception()
$this -> assertEquals(1, true);
}