PhlyTest\Http\StreamTest::testCanInstantiateWithStreamIdentifier PHP Method

testCanInstantiateWithStreamIdentifier() public method

    public function testCanInstantiateWithStreamIdentifier()
    {
        $this->assertInstanceOf('Phly\\Http\\Stream', $this->stream);
    }
StreamTest