Essence\ReplacerTest::testReplaceSingleUrl PHP Method

testReplaceSingleUrl() public method

    public function testReplaceSingleUrl()
    {
        $this->assertEquals('HTML', $this->Replacer->replace('http://pass.example.com'));
    }