Fix broken unit test
This commit is contained in:
@@ -15,6 +15,7 @@ class AssetHelperTest extends Base
|
||||
$this->assertEmpty($h->customCss());
|
||||
|
||||
$this->assertTrue($c->save(array('application_stylesheet' => 'p { color: red }')));
|
||||
$this->container['memoryCache']->flush();
|
||||
|
||||
$this->assertEquals('<style>p { color: red }</style>', $h->customCss());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user