Skip to content

Commit

Permalink
Fixup test namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptlis committed Feb 15, 2014
1 parent 57b7c91 commit 6e61bc2
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion tests/BoundingPair/BoundingPairInvalidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair;
namespace ptlis\SemanticVersion\Test\BoundingPair;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/BoundingPair/BoundingPairValidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair;
namespace ptlis\SemanticVersion\Test\BoundingPair;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\Version\Comparator\GreaterThan;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair\Comparator;
namespace ptlis\SemanticVersion\Test\BoundingPair\Comparator;

use ptlis\SemanticVersion\BoundingPair\Comparator\EqualTo as BoundingPairEqualTo;
use ptlis\SemanticVersion\VersionEngine;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair\Comparator;
namespace ptlis\SemanticVersion\Test\BoundingPair\Comparator;

use ptlis\SemanticVersion\BoundingPair\Comparator\GreaterOrEqualTo as BoundingPairGreaterOrEqualTo;
use ptlis\SemanticVersion\VersionEngine;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair\Comparator;
namespace ptlis\SemanticVersion\Test\BoundingPair\Comparator;

use ptlis\SemanticVersion\BoundingPair\Comparator\GreaterThan as BoundingPairGreaterThan;
use ptlis\SemanticVersion\VersionEngine;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair\Comparator;
namespace ptlis\SemanticVersion\Test\BoundingPair\Comparator;

use ptlis\SemanticVersion\BoundingPair\Comparator\LessOrEqualTo as BoundingLessOrEqualTo;
use ptlis\SemanticVersion\VersionEngine;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\BoundingPair\Comparator;
namespace ptlis\SemanticVersion\Test\BoundingPair\Comparator;

use ptlis\SemanticVersion\BoundingPair\Comparator\LessThan as BoundingPairLessThan;
use ptlis\SemanticVersion\VersionEngine;
Expand Down
2 changes: 1 addition & 1 deletion tests/BoundingPair/ParseBoundingPairMalformedTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ParseBoundPair;
namespace ptlis\SemanticVersion\Test\ParseBoundPair;

use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
use ptlis\SemanticVersion\Version\Comparator\LessOrEqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/BoundingPair/ParseBoundingPairRangeInvalidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ParseBoundPair;
namespace ptlis\SemanticVersion\Test\ParseBoundPair;

use ptlis\SemanticVersion\VersionEngine;

Expand Down
2 changes: 1 addition & 1 deletion tests/BoundingPair/ParseBoundingPairValidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ParseBoundPair;
namespace ptlis\SemanticVersion\Test\ParseBoundPair;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/Collection/BoundingPairCollectionInvalidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Collection;
namespace ptlis\SemanticVersion\Test\Collection;

use ptlis\SemanticVersion\Collection\BoundingPairCollection;
use ptlis\SemanticVersion\Label\LabelAbsent;
Expand Down
2 changes: 1 addition & 1 deletion tests/Collection/BoundingPairCollectionValidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Collection;
namespace ptlis\SemanticVersion\Test\Collection;

use ptlis\SemanticVersion\Collection\BoundingPairCollection;
use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/Collection/VersionCollectionInvalidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Collection;
namespace ptlis\SemanticVersion\Test\Collection;

use ptlis\SemanticVersion\Collection\VersionCollection;
use ptlis\SemanticVersion\Label\LabelAbsent;
Expand Down
2 changes: 1 addition & 1 deletion tests/Collection/VersionCollectionValidTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Collection;
namespace ptlis\SemanticVersion\Test\Collection;

use ptlis\SemanticVersion\Collection\VersionCollection;
use ptlis\SemanticVersion\Label\LabelAbsent;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion\Comparator;
namespace ptlis\SemanticVersion\Test\ComparatorVersion\Comparator;

use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
use ptlis\SemanticVersion\ComparatorVersion\Comparator\EqualTo as CompVerEqualTo;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion\Comparator;
namespace ptlis\SemanticVersion\Test\ComparatorVersion\Comparator;

use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
use ptlis\SemanticVersion\ComparatorVersion\Comparator\GreaterOrEqualTo as CompVerGreaterOrEqualTo;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion\Comparator;
namespace ptlis\SemanticVersion\Test\ComparatorVersion\Comparator;

use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
use ptlis\SemanticVersion\ComparatorVersion\Comparator\GreaterThan as CompVerGreaterThan;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion\Comparator;
namespace ptlis\SemanticVersion\Test\ComparatorVersion\Comparator;

use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
use ptlis\SemanticVersion\ComparatorVersion\Comparator\LessOrEqualTo as CompVerLessOrEqualTo;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion\Comparator;
namespace ptlis\SemanticVersion\Test\ComparatorVersion\Comparator;

use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
use ptlis\SemanticVersion\ComparatorVersion\Comparator\LessThan as CompVerLessThan;
Expand Down
2 changes: 1 addition & 1 deletion tests/ComparatorVersion/ComparatorVersionFactoryTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion;
namespace ptlis\SemanticVersion\Test\ComparatorVersion;

use ptlis\SemanticVersion\Version\Comparator\ComparatorFactory;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersionFactory;
Expand Down
2 changes: 1 addition & 1 deletion tests/ComparatorVersion/ComparatorVersionValidTest.php
Expand Up @@ -13,7 +13,7 @@
* file that was distributed with this source code.
*/

namespace tests\ComparatorVersion;
namespace ptlis\SemanticVersion\Test\ComparatorVersion;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeComparatorVersionEqualToTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeComparatorVersionGreaterThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\GreaterThan;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\LessOrEqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeComparatorVersionLessThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\LessThan;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeEqualToTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeGreaterOrEqualToTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeGreaterThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\GreaterThan;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeLessOrEqualToTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\LessOrEqualTo;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeLessThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\LessThan;
use ptlis\SemanticVersion\ComparatorVersion\ComparatorVersion;
Expand Down
2 changes: 1 addition & 1 deletion tests/InRange/InRangeVersionRangeRangedTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\InRange;
namespace ptlis\SemanticVersion\Test\InRange;

use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
use ptlis\SemanticVersion\Version\Comparator\LessThan;
Expand Down
2 changes: 1 addition & 1 deletion tests/Label/InvalidLabel.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Label;
namespace ptlis\SemanticVersion\Test\Label;

class InvalidLabel
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Label/InvalidReplacementAbsentLabel.php
@@ -1,6 +1,6 @@
<?php

namespace tests\Label;
namespace ptlis\SemanticVersion\Test\Label;

class InvalidReplacementAbsentLabel
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Label/InvalidReplacementWildcardLabel.php
@@ -1,6 +1,6 @@
<?php

namespace tests\Label;
namespace ptlis\SemanticVersion\Test\Label;

class InvalidReplacementWildcardLabel
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Label/LabelFactoryTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace Label\tests;
namespace ptlis\SemanticVersion\Test\Label;

require_once 'InvalidLabel.php';
require_once 'ReplacementWildcardLabel.php';
Expand Down
2 changes: 1 addition & 1 deletion tests/Label/ReplacementAbsentLabel.php
@@ -1,6 +1,6 @@
<?php

namespace tests\Label;
namespace ptlis\SemanticVersion\Test\Label;

use ptlis\SemanticVersion\Label\LabelAbsentInterface;

Expand Down
2 changes: 1 addition & 1 deletion tests/Label/ReplacementWildcardLabel.php
@@ -1,6 +1,6 @@
<?php

namespace tests\Label;
namespace ptlis\SemanticVersion\Test\Label;

use ptlis\SemanticVersion\Label\LabelInterface;
use ptlis\SemanticVersion\Label\LabelWildcardInterface;
Expand Down
2 changes: 1 addition & 1 deletion tests/Version/Comparator/ComparatorFactoryTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\ComparatorFactory;
use ptlis\SemanticVersion\Version\Comparator\EqualTo;
Expand Down
2 changes: 1 addition & 1 deletion tests/Version/Comparator/CompareVersionEqualToTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\EqualTo;
use ptlis\SemanticVersion\Label\LabelAlpha;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\GreaterOrEqualTo;
use ptlis\SemanticVersion\Label\LabelAlpha;
Expand Down
2 changes: 1 addition & 1 deletion tests/Version/Comparator/CompareVersionGreaterThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\GreaterThan;
use ptlis\SemanticVersion\Label\LabelAlpha;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\LessOrEqualTo;
use ptlis\SemanticVersion\Label\LabelAlpha;
Expand Down
2 changes: 1 addition & 1 deletion tests/Version/Comparator/CompareVersionLessThanTest.php
Expand Up @@ -15,7 +15,7 @@
* file that was distributed with this source code.
*/

namespace tests\Version\Comparator;
namespace ptlis\SemanticVersion\Test\Version\Comparator;

use ptlis\SemanticVersion\Version\Comparator\LessThan;
use ptlis\SemanticVersion\Label\LabelAlpha;
Expand Down

0 comments on commit 6e61bc2

Please sign in to comment.