mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing HtmlHelper::css() test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5665 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
a9bcb441e4
commit
653f9d7101
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class HtmlHelperTest extends UnitTestCase {
|
||||||
$this->assertPattern('/^<link[^<>]+rel="stylesheet"[^<>]+\/>$/', $result);
|
$this->assertPattern('/^<link[^<>]+rel="stylesheet"[^<>]+\/>$/', $result);
|
||||||
$this->assertPattern('/^<link[^<>]+type="text\/css"[^<>]+\/>$/', $result);
|
$this->assertPattern('/^<link[^<>]+type="text\/css"[^<>]+\/>$/', $result);
|
||||||
$this->assertPattern('/^<link[^<>]+href=".*css\/screen\.css"[^<>]+\/>$/', $result);
|
$this->assertPattern('/^<link[^<>]+href=".*css\/screen\.css"[^<>]+\/>$/', $result);
|
||||||
$this->assertNoPattern('/<input[^<>]+[^rel|type|href]=[^<>]*>/', $result);
|
$this->assertNoPattern('/^<link[^<>]+[^rel|type|href]=[^<>]*>/', $result);
|
||||||
}
|
}
|
||||||
|
|
||||||
function testBreadcrumb() {
|
function testBreadcrumb() {
|
||||||
|
|
Loading…
Reference in a new issue