/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
codeception
/
base
/
tests
/
data
/
bundled_suites
/
/var/www/vhosts/nabawater/vendor/codeception/base/tests/data/bundled_suites
mkdir
upload
Name
Size
Mode
Actions
_support/
-
0775
rm
BasicTest.php
264
0664
edit
dl
rm
codeception.yml
217
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/codeception/base/tests/data/bundled_suites/BasicTest.php
(264B)
<?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'); } }
Save
cmd:
run