Skip to content

Commit

Permalink
Function documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLuckers committed Dec 13, 2017
1 parent 362c851 commit 3e59650
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/TestCase/View/Helper/UrlHelperTest.php
Expand Up @@ -254,6 +254,11 @@ public function testAssetUrlTimestampForce()
$this->assertRegExp('/' . preg_quote(Configure::read('App.cssBaseUrl') . 'cake.generic.css?', '/') . '[0-9]+/', $result);
}

/**
* Test assetTimestamp with timestamp option overriding `Asset.timestamp` in Configure.
*
* @return void
*/
public function testAssetTimestampConfigureOverride()
{
$this->Helper->webroot = '';
Expand Down

0 comments on commit 3e59650

Please sign in to comment.