| Current Path : /var/www/html/hr/vendor/codeception/base/tests/data/bundled_suites/ |
| Current File : /var/www/html/hr/vendor/codeception/base/tests/data/bundled_suites/BasicTest.php |
<?php
class BasicTest extends \Codeception\Test\Unit
{
/**
* @var \UnitTester
*/
protected $tester;
// tests
public function testMe()
{
$this->tester->assertTrue(true);
$this->tester->comment('I am executed');
}
}