for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use PHPUnit\Framework\TestCase;
class DatabaseQueryResultTest extends TestCase
{
public static function setUpBeforeClass()
}
public static function tearDownAfterClass()
protected function setUp()
protected function tearDown()
public function testNotYet()
$this->markTestSkipped();