Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
PHPUnit /
Util /
Skeleton /
Template /
[ HOME SHELL ]
Name
Size
Permission
Action
Class.tpl.dist
92
B
-rw-r--r--
IncompleteTestMethod.tpl.dist
322
B
-rw-r--r--
Method.tpl.dist
232
B
-rw-r--r--
TestClass.tpl.dist
693
B
-rw-r--r--
TestMethodBoolStatic.tpl.dist
262
B
-rw-r--r--
TestMethodBool.tpl.dist
264
B
-rw-r--r--
TestMethodExceptionStatic.tpl.dist
253
B
-rw-r--r--
TestMethodException.tpl.dist
255
B
-rw-r--r--
TestMethodStatic.tpl.dist
284
B
-rw-r--r--
TestMethod.tpl.dist
286
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TestClass.tpl.dist
<?php{namespace}{requireClassFile} /** * Test class for {className}. * Generated by PHPUnit on {date} at {time}. */ class {testClassName} extends {namespaceSeparator}PHPUnit_Framework_TestCase { /** * @var {className} */ protected $object; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. */ protected function setUp() { $this->object = new {className}; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } {methods}} ?>
Close