Redaxscript\Tests\Server\ServerTest::testFile PHP Метод

testFile() публичный Метод

testFile
С версии: 2.4.0
public testFile ( )
    public function testFile()
    {
        /* setup */
        $file = new Server\File($this->_request);
        /* actual */
        $actual = $file->getOutput();
        /* compare */
        $this->assertEquals('ServerTest.php', $actual);
    }