Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 17, 2025
1 parent 9ba53b7 commit d731e36
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion tests/Assert/PositiveIntegerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function providePositiveInteger(): array
'empty' => [false, ''],
'valid positive integer' => [true, '123456'],
'valid signed positive integer' => [true, '+123456'],
'valid zero' => [false, '0'],
'invalid zero' => [false, '0'],
'valid negative leading zeros' => [true, '0000000000000000000005'],
'invalid with fractional' => [false, '1.'],
'invalid negative' => [false, '-1234'],
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/AnyURIValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\AnyURIValue;

/**
* Class \SimpleSAML\Test\Type\AnyURIValueTest
* Class \SimpleSAML\Test\XML\Type\AnyURIValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/Base64BinaryValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\Base64BinaryValue;

/**
* Class \SimpleSAML\Test\Type\Base64BinaryValueTest
* Class \SimpleSAML\Test\XML\Type\Base64BinaryValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/BooleanValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\BooleanValue;

/**
* Class \SimpleSAML\Test\Type\BooleanValueTest
* Class \SimpleSAML\Test\XML\Type\BooleanValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/ByteValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\ByteValue;

/**
* Class \SimpleSAML\Test\Type\ByteValueTest
* Class \SimpleSAML\Test\XML\Type\ByteValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DateTimeValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DateTimeValue;

/**
* Class \SimpleSAML\Test\Type\DateTimeValueTest
* Class \SimpleSAML\Test\XML\Type\DateTimeValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DateValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DateValue;

/**
* Class \SimpleSAML\Test\Type\DateValueTest
* Class \SimpleSAML\Test\XML\Type\DateValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DayValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DayValue;

/**
* Class \SimpleSAML\Test\Type\DayValueTest
* Class \SimpleSAML\Test\XML\Type\DayValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DecimalValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DecimalValue;

/**
* Class \SimpleSAML\Test\Type\DecimalValueTest
* Class \SimpleSAML\Test\XML\Type\DecimalValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DoubleValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DoubleValue;

/**
* Class \SimpleSAML\Test\Type\DoubleValueTest
* Class \SimpleSAML\Test\XML\Type\DoubleValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/DurationValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\DurationValue;

/**
* Class \SimpleSAML\Test\Type\DurationValueTest
* Class \SimpleSAML\Test\XML\Type\DurationValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/EntitiesValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\EntitiesValue;

/**
* Class \SimpleSAML\Test\Type\EntitiesValueTest
* Class \SimpleSAML\Test\XML\Type\EntitiesValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/EntityValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\EntityValue;

/**
* Class \SimpleSAML\Test\Type\EntityValueTest
* Class \SimpleSAML\Test\XML\Type\EntityValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/FloatValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\FloatValue;

/**
* Class \SimpleSAML\Test\Type\FloatValueTest
* Class \SimpleSAML\Test\XML\Type\FloatValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/HexBinaryValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\HexBinaryValue;

/**
* Class \SimpleSAML\Test\Type\HexBinaryValueTest
* Class \SimpleSAML\Test\XML\Type\HexBinaryValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/IDRefValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\IDRefValue;

/**
* Class \SimpleSAML\Test\Type\IDRefValueTest
* Class \SimpleSAML\Test\XML\Type\IDRefValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/IDRefsValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\IDRefsValue;

/**
* Class \SimpleSAML\Test\Type\IDRefsValueTest
* Class \SimpleSAML\Test\XML\Type\IDRefsValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/IDValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\IDValue;

/**
* Class \SimpleSAML\Test\Type\IDValueTest
* Class \SimpleSAML\Test\XML\Type\IDValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/IntValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\IntValue;

/**
* Class \SimpleSAML\Test\Type\IntValueTest
* Class \SimpleSAML\Test\XML\Type\IntValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/IntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\IntegerValue;

/**
* Class \SimpleSAML\Test\Type\IntegerValueTest
* Class \SimpleSAML\Test\XML\Type\IntegerValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/LanguageValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\LanguageValue;

/**
* Class \SimpleSAML\Test\Type\LanguageValueTest
* Class \SimpleSAML\Test\XML\Type\LanguageValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/LongValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\LongValue;

/**
* Class \SimpleSAML\Test\Type\LongValueTest
* Class \SimpleSAML\Test\XML\Type\LongValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/MonthValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\MonthValue;

/**
* Class \SimpleSAML\Test\Type\MonthValueTest
* Class \SimpleSAML\Test\XML\Type\MonthValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NCNameValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NCNameValue;

/**
* Class \SimpleSAML\Test\Type\NCNameValueTest
* Class \SimpleSAML\Test\XML\Type\NCNameValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NMTokenValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NMTokenValue;

/**
* Class \SimpleSAML\Test\Type\NMTokenValueTest
* Class \SimpleSAML\Test\XML\Type\NMTokenValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NMTokensValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NMTokensValue;

/**
* Class \SimpleSAML\Test\Type\NMTokensValueTest
* Class \SimpleSAML\Test\XML\Type\NMTokensValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NameValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NameValue;

/**
* Class \SimpleSAML\Test\Type\NameValueTest
* Class \SimpleSAML\Test\XML\Type\NameValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NegativeIntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NegativeIntegerValue;

/**
* Class \SimpleSAML\Test\Type\NegativeIntegerValueTest
* Class \SimpleSAML\Test\XML\Type\NegativeIntegerValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NonNegativeIntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NonNegativeIntegerValue;

/**
* Class \SimpleSAML\Test\Type\NonNegativeIntegerValueTest
* Class \SimpleSAML\Test\XML\Type\NonNegativeIntegerValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NonPositiveIntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\NonPositiveIntegerValue;

/**
* Class \SimpleSAML\Test\Type\NonPositiveIntegerValueTest
* Class \SimpleSAML\Test\XML\Type\NonPositiveIntegerValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/NormalizedStringValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use SimpleSAML\XML\Type\NormalizedStringValue;

/**
* Class \SimpleSAML\Test\Type\NormalizedStringValueValueTest
* Class \SimpleSAML\Test\XML\Type\NormalizedStringValueValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/Type/PositiveIntegerValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\PositiveIntegerValue;

/**
* Class \SimpleSAML\Test\Type\PositiveIntegerValueTest
* Class \SimpleSAML\Test\XML\Type\PositiveIntegerValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down Expand Up @@ -43,7 +43,7 @@ public static function providePositiveInteger(): array
'empty' => [false, ''],
'valid positive integer' => [true, '123456'],
'valid signed positive integer' => [true, '+123456'],
'valid zero' => [false, '0'],
'invalid zero' => [false, '0'],
'valid negative leading zeros' => [true, '0000000000000000000005'],
'valid with whitespace collapse' => [true, " 1 234 \n"],
'invalid with fractional' => [false, '1.'],
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/QNameValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\QNameValue;

/**
* Class \SimpleSAML\Test\Type\QNameValueTest
* Class \SimpleSAML\Test\XML\Type\QNameValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/ShortValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\ShortValue;

/**
* Class \SimpleSAML\Test\Type\ShortValueTest
* Class \SimpleSAML\Test\XML\Type\ShortValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/StringValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use SimpleSAML\XML\Type\StringValue;

/**
* Class \SimpleSAML\Test\Type\StringValueValueTest
* Class \SimpleSAML\Test\XML\Type\StringValueValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/TimeValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\TimeValue;

/**
* Class \SimpleSAML\Test\Type\TimeValueTest
* Class \SimpleSAML\Test\XML\Type\TimeValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/TokenValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use SimpleSAML\XML\Type\TokenValue;

/**
* Class \SimpleSAML\Test\Type\TokenValueTest
* Class \SimpleSAML\Test\XML\Type\TokenValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/UnsignedByteValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\UnsignedByteValue;

/**
* Class \SimpleSAML\Test\Type\UnsignedByteValueTest
* Class \SimpleSAML\Test\XML\Type\UnsignedByteValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/UnsignedIntValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\UnsignedIntValue;

/**
* Class \SimpleSAML\Test\Type\UnsignedIntValueTest
* Class \SimpleSAML\Test\XML\Type\UnsignedIntValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/UnsignedLongValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\UnsignedLongValue;

/**
* Class \SimpleSAML\Test\Type\UnsignedLongValueTest
* Class \SimpleSAML\Test\XML\Type\UnsignedLongValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/UnsignedShortValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\UnsignedShortValue;

/**
* Class \SimpleSAML\Test\Type\UnsignedShortValueTest
* Class \SimpleSAML\Test\XML\Type\UnsignedShortValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/YearMonthValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\YearMonthValue;

/**
* Class \SimpleSAML\Test\Type\YearMonthValueTest
* Class \SimpleSAML\Test\XML\Type\YearMonthValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Type/YearValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use SimpleSAML\XML\Type\YearValue;

/**
* Class \SimpleSAML\Test\Type\YearValueTest
* Class \SimpleSAML\Test\XML\Type\YearValueTest
*
* @package simplesamlphp/xml-common
*/
Expand Down

0 comments on commit d731e36

Please sign in to comment.