init
This commit is contained in:
11
vendor/codeception/base/tests/data/SimpleWithNoClassCest.php
vendored
Normal file
11
vendor/codeception/base/tests/data/SimpleWithNoClassCest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class SimpleWithNoClassCest
|
||||
{
|
||||
|
||||
public function phpFuncitons(CodeGuy $I) {
|
||||
$I->execute(function() { return strtoupper('hello'); });
|
||||
$I->seeResultEquals('HELLO');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user