for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class ValidateCredentialsTest extends \Codeception\Test\Unit
{
/**
* @var \UnitTester
*/
protected $tester;
protected function _before()
}
protected function _after()
// tests
public function testSomeFeature()
$this->assertTrue(true);