UnitTestCase('Test of Summariser'); } function setup() { $this->html = <<

Welcome to Seagull Framework

Welcome to the Seagull Framework project. Seagull is an OO PHP framework, with core components BSD licensed, that has the following design goals:

EOF; } function xtestFoo() { $regex = '#(?!<[^>]*?) (?![^<]*?>) (?!.*) #six'; $ret = preg_replace($regex, 'foo', $this->html); } } ?>