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