Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPS is better than HTTP (src/test/php) #454

Merged
merged 1 commit into from Mar 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/ASTNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\ASTNode
* @group phpmd
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/AnnotationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\Annotation
* @group phpmd
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/AnnotationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\Annotations
* @group phpmd
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/ClassNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -51,7 +51,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\ClassNode
* @covers \PHPMD\Node\AbstractTypeNode
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/FunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -49,7 +49,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\FunctionNode
* @covers \PHPMD\Node\AbstractCallableNode
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/InterfaceNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -50,7 +50,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @covers \PHPMD\Node\InterfaceNode
* @covers \PHPMD\Node\AbstractTypeNode
*/
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/MethodNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -51,7 +51,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Node\MethodNode
* @covers \PHPMD\Node\AbstractCallableNode
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Node/TraitNodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Node;
Expand All @@ -50,7 +50,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @covers \PHPMD\Node\TraitNode
* @covers \PHPMD\Node\AbstractTypeNode
*/
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Regression/AbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -46,7 +46,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/
abstract class AbstractTest extends \PHPMD\AbstractTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -51,7 +51,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -49,7 +49,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -49,7 +49,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/10096717
*/

Expand All @@ -49,7 +49,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/10096717
* @since 1.1.0
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/24975295
* @since 1.3.1
*/
Expand All @@ -53,7 +53,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/24975295
* @since 1.3.1
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Regression;
Expand All @@ -49,7 +49,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers stdClass
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/14990109
*/

Expand All @@ -50,7 +50,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @link https://www.pivotaltracker.com/story/show/14990109
* @since 1.1.0
*
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Rule/Design/CouplingBetweenObjectsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Rule\Design;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @ticket 10474987
* @covers \PHPMD\Rule\Design\CouplingBetweenObjects
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Rule/Design/DepthOfInheritanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Rule\Design;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Rule\Design\DepthOfInheritance
* @group phpmd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*_Design
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Rule\Design;
Expand All @@ -48,7 +48,7 @@
*_Design
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
* @see https://github.com/phpmd/phpmd/issues/265
* @since 2.3.0
*
Expand Down
4 changes: 2 additions & 2 deletions src/test/php/PHPMD/Rule/Design/EvalExpressionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*/

namespace PHPMD\Rule\Design;
Expand All @@ -48,7 +48,7 @@
*
* @author Manuel Pichler <mapi@phpmd.org>
* @copyright 2008-2017 Manuel Pichler. All rights reserved.
* @license http://www.opensource.org/licenses/bsd-license.php BSD License
* @license https://opensource.org/licenses/bsd-license.php BSD License
*
* @covers \PHPMD\Rule\Design\EvalExpression
* @group phpmd
Expand Down