Skip to content

Commit af3ef85

Browse files
Describe tests
1 parent 636823e commit af3ef85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/end-to-end/self-direct-indirect/invalid-deprecation-trigger.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
todo
2+
Test Runner warnings are displayed correctly when invalid deprecation triggers are configured in the XML configuration file
33
--FILE--
44
<?php declare(strict_types=1);
55

tests/end-to-end/self-direct-indirect/user-deprecation-report-self-direct-indirect.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
todo
2+
All deprecations are reported when deprecations triggered from first-party code and deprecations triggered from third-party code should be reported
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';

tests/end-to-end/self-direct-indirect/user-deprecation-report-self-direct.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
todo
2+
The correct deprecations are reported when deprecations triggered from third-party code should be ignored
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';

tests/end-to-end/self-direct-indirect/user-deprecation-report-self.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
todo
2+
The correct deprecations are reported when only deprecations in first-party code triggered from first-party code should be reported
33
--FILE--
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--do-not-cache-result';

0 commit comments

Comments
 (0)