Your IP : 216.73.216.79


Current Path : /var/www/html/hr/vendor/codeception/base/tests/data/bundled_suites/
Upload File :
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');
    }
}