lithium\tests\integration\net\socket\ContextTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $subject = new Context(array('timeout' => 300) + $this->_testConfig);
        $this->assertEqual(300, $subject->timeout());
        unset($subject);
    }