Redaxscript\Tests\ConfigTest::testWrite PHP Method

testWrite() public method

testWrite
Since: 2.4.0
public testWrite ( )
    public function testWrite()
    {
        /* setup */
        $this->_config->init(Stream::url('root/config.php'));
        /* actual */
        $actual = $this->_config->write();
        /* compare */
        $this->assertNotFalse($actual);
    }