Skip to content

Fix the doc blocks for the new JS Tests [2]#11652

Merged
wilsonge merged 2 commits intojoomla:stagingfrom
zero-24:jtest_docblock2
Aug 17, 2016
Merged

Fix the doc blocks for the new JS Tests [2]#11652
wilsonge merged 2 commits intojoomla:stagingfrom
zero-24:jtest_docblock2

Conversation

@zero-24
Copy link
Copy Markdown
Contributor

@zero-24 zero-24 commented Aug 17, 2016

Summary of Changes

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
 */

Testing Instructions

Just code review

Documentation Changes Required

none

@wilsonge wilsonge merged commit 09d4275 into joomla:staging Aug 17, 2016
@wilsonge wilsonge added this to the Joomla 3.6.3 milestone Aug 17, 2016
@zero-24 zero-24 deleted the jtest_docblock2 branch August 18, 2016 00:28
ggppdk pushed a commit to ggppdk/joomla-cms that referenced this pull request Aug 19, 2016
roland-d pushed a commit to roland-d/joomla-cms that referenced this pull request Sep 11, 2016
roland-d pushed a commit to roland-d/joomla-cms that referenced this pull request Sep 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants