Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
978a8e43
Commit
978a8e43
authored
Jun 25, 2019
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-416: Remove skip for consecutive resume test
Fixes from PHPLIB-442 and PHPLIB-441 allow this to pass.
parent
5bef5d18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ChangeStreamsSpecTest.php
tests/SpecTests/ChangeStreamsSpecTest.php
+0
-10
No files found.
tests/SpecTests/ChangeStreamsSpecTest.php
View file @
978a8e43
...
@@ -18,12 +18,6 @@ use stdClass;
...
@@ -18,12 +18,6 @@ use stdClass;
*/
*/
class
ChangeStreamsSpecTest
extends
FunctionalTestCase
class
ChangeStreamsSpecTest
extends
FunctionalTestCase
{
{
/* These should all pass before the driver can be considered compatible with
* MongoDB 4.2. */
private
static
$incompleteTests
=
[
'change-streams: Test consecutive resume'
=>
'PHPLIB-442, PHPLIB-416'
,
];
/**
/**
* Assert that the expected and actual command documents match.
* Assert that the expected and actual command documents match.
*
*
...
@@ -75,10 +69,6 @@ class ChangeStreamsSpecTest extends FunctionalTestCase
...
@@ -75,10 +69,6 @@ class ChangeStreamsSpecTest extends FunctionalTestCase
{
{
$this
->
setName
(
$name
);
$this
->
setName
(
$name
);
if
(
isset
(
self
::
$incompleteTests
[
$name
]))
{
$this
->
markTestIncomplete
(
self
::
$incompleteTests
[
$name
]);
}
$this
->
checkServerRequirements
(
$this
->
createRunOn
(
$test
));
$this
->
checkServerRequirements
(
$this
->
createRunOn
(
$test
));
if
(
!
isset
(
$databaseName
,
$collectionName
,
$database2Name
,
$collection2Name
))
{
if
(
!
isset
(
$databaseName
,
$collectionName
,
$database2Name
,
$collection2Name
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment