Create assertion and type-class for xs:ENTITIES #849
php.yml
on: push
Annotations
7 errors and 3 warnings
Quality control:
tests/Assert/DateTest.php#L42
Method SimpleSAML\Test\XML\Assert\DateTest::provideDate() should return array<int, array{bool, string}> but returns array{valid: array{true, '2001-10-26'}, valid numeric timezone: array{true, '2001-10-26+02:00'}, valid Zulu timezone: array{true, '2001-10-26Z'}, valid 00:00 timezone: array{true, '2001-10-26+00:00'}, 2001 BC: array{true, '-2001-10-26'}, 2000 BC: array{true, '-20000-04-01'}, missing part: array{false, '2001-10'}, day out of range: array{false, '2001-10-32'}, ...}.
|
Quality control:
tests/Assert/DateTimeTest.php#L42
Method SimpleSAML\Test\XML\Assert\DateTimeTest::provideDateTime() should return array<int, array{bool, string}> but returns array{no timezone: array{true, '2001-10-26T21:32:52'}, numeric timezone: array{true, '2001-10-26T21:32:52…'}, Zulu timezone: array{true, '2001-10-26T19:32:52Z'}, 00:00 timezone: array{true, '2001-10-26T19:32:52…'}, negative year: array{true, '-2001-10-26T21:32:52'}, more than four digit year: array{true, '-22001-10-26T21:32…'}, subsecond: array{true, '2001-10-26T21:32:52…'}, missing time: array{false, '2001-10-26'}, ...}.
|
Quality control:
tests/Assert/DayTest.php#L42
Method SimpleSAML\Test\XML\Assert\DayTest::provideDay() should return array<int, array{bool, string}> but returns array{valid: array{true, '---01'}, valid numeric timezone: array{true, '---01+02:00'}, valid Zulu timezone: array{true, '---01Z'}, valid 00:00 timezone: array{true, '---01+00:00'}, day 15: array{true, '---15'}, day 31: array{true, '---31'}, invalid format: array{false, '--30-'}, day out of range: array{false, '---35'}, ...}.
|
Quality control:
tests/Assert/MonthTest.php#L42
Method SimpleSAML\Test\XML\Assert\MonthTest::provideMonth() should return array<int, array{bool, string}> but returns array{valid: array{true, '--05'}, valid numeric timezone: array{true, '--11+02:00'}, valid Zulu timezone: array{true, '--11Z'}, valid 00:00 timezone: array{true, '--11+00:00'}, month 02: array{true, '--02'}, invalid format: array{false, '-01-'}, month out of range: array{false, '--13'}, both digits must be provided: array{false, '--1'}, ...}.
|
Quality control:
tests/Assert/YearMonthTest.php#L42
Method SimpleSAML\Test\XML\Assert\YearMonthTest::provideYearMonth() should return array<int, array{bool, string}> but returns array{valid: array{true, '2001-10'}, valid numeric timezone: array{true, '2001-10+02:00'}, valid Zulu timezone: array{true, '2001-10Z'}, valid 00:00 timezone: array{true, '2001-10+00:00'}, 2001 BC: array{true, '-2001-10'}, 20000 BC: array{true, '-20000-04'}, missing part: array{false, '2001'}, month out of range: array{false, '2001-13'}}.
|
Quality control:
tests/Type/TimeValueTest.php#L42
Method SimpleSAML\Test\XML\Type\TimeValueTest::provideTime() should return array<string, array{bool, string}> but returns array{array{true, '21:32:52'}, array{true, '21:32:52+02:00'}, array{true, '19:32:52Z'}, array{true, '19:32:52+00:00'}, array{true, '21:32:52.12679'}, array{false, '-10:00:00'}, array{false, '25:25:10'}, array{false, '1:20:10'}}.
|
Quality control
Process completed with exit code 1.
|
Quality control
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Security checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|