User tests: Successful: Unsuccessful:
Just update the merged doc blocks for the JS tests to match the PHP Doc Blocks.
old
/**
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @package Joomla
* @subpackage JavaScript Tests
* @since 3.6
* @version 1.0.0
*/
new
/**
* @package Joomla.Tests
* @subpackage JavaScript Tests
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*
* @since __DEPLOY_VERSION__
* @version 1.0.0
*/
Just code review
none
Category | ⇒ | JavaScript Unit Tests |
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-17 22:43:27 |
Closed_By | ⇒ | wilsonge |