Skip to content

Commit e70c79d

Browse files
committed
PHPC-1113: Remove LOAD(STANDALONE) from tests to be reimplemented
Left in, this raises a warning which results in skipping the test, which defeats the point of XFAIL.
1 parent dcc2fdf commit e70c79d

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

tests/functional/cursor-001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOAD() tests must be reimplemented (PHPC-1178)
66
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
77
<?php skip_if_not_live(); ?>
88
<?php skip_if_not_clean(); ?>
9-
<?php LOAD(STANDALONE); ?>
109
--FILE--
1110
<?php
1211
require_once __DIR__ . "/../utils/basic.inc";

tests/functional/cursorid-001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOAD() tests must be reimplemented (PHPC-1178)
66
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
77
<?php skip_if_not_live(); ?>
88
<?php skip_if_not_clean(); ?>
9-
<?php LOAD(STANDALONE); ?>
109
--FILE--
1110
<?php
1211
require_once __DIR__ . "/../utils/basic.inc";

tests/functional/query-sort-001.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOAD() tests must be reimplemented (PHPC-1178)
66
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
77
<?php skip_if_not_live(); ?>
88
<?php skip_if_not_clean(); ?>
9-
<?php LOAD(STANDALONE); ?>
109
--FILE--
1110
<?php
1211
require_once __DIR__ . "/../utils/basic.inc";

tests/functional/query-sort-002.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOAD() tests must be reimplemented (PHPC-1178)
66
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
77
<?php skip_if_not_live(); ?>
88
<?php skip_if_not_clean(); ?>
9-
<?php LOAD(STANDALONE); ?>
109
--FILE--
1110
<?php
1211
require_once __DIR__ . "/../utils/basic.inc";

tests/functional/query-sort-003.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ LOAD() tests must be reimplemented (PHPC-1178)
66
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
77
<?php skip_if_not_live(); ?>
88
<?php skip_if_not_clean(); ?>
9-
<?php LOAD(STANDALONE); ?>
109
--FILE--
1110
<?php
1211
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)