Your IP : 216.73.216.79


Current Path : /var/www/html/hr/vendor/codeception/base/tests/data/
Upload File :
Current File : /var/www/html/hr/vendor/codeception/base/tests/data/SimpleWithNoClassCest.php

<?php

class SimpleWithNoClassCest
{

    public function phpFuncitons(CodeGuy $I) {
        $I->execute(function() { return strtoupper('hello'); });
        $I->seeResultEquals('HELLO');
    }

}