Browse Source

Function documentation.

Joshua Lückers 8 years ago
parent
commit
3e59650ce0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/TestCase/View/Helper/UrlHelperTest.php

+ 5 - 0
tests/TestCase/View/Helper/UrlHelperTest.php

@@ -254,6 +254,11 @@ class UrlHelperTest extends TestCase
         $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 = '';