File tree Expand file tree Collapse file tree 3 files changed +390
-4
lines changed Expand file tree Collapse file tree 3 files changed +390
-4
lines changed Original file line number Diff line number Diff line change @@ -463,10 +463,10 @@ axes:
463
463
# * latest-stable can be updated when we start tagging 1.10 releases (even beta)
464
464
# * 1.10-dev can be enabled once 1.10 has been branched
465
465
# * latest-dev can be enabled once 1.10 has been branched
466
- - id : " lowest-supported"
467
- display_name : " 1.10.0-alpha1"
468
- variables :
469
- EXTENSION_VERSION : " 1.10.0alpha1"
466
+ # - id: "lowest-supported"
467
+ # display_name: "1.10.0-alpha1"
468
+ # variables:
469
+ # EXTENSION_VERSION: "1.10.0alpha1"
470
470
- id : " latest"
471
471
display_name : " 1.10-dev (master)"
472
472
variables :
Original file line number Diff line number Diff line change @@ -70,6 +70,19 @@ public function provideGridFSTests()
70
70
return $ this ->provideTests (__DIR__ . '/gridfs/*.json ' );
71
71
}
72
72
73
+ /**
74
+ * @dataProvider provideTransactionsTests
75
+ */
76
+ public function testTransactions (...$ args )
77
+ {
78
+ $ this ->doTestCase (...$ args );
79
+ }
80
+
81
+ public function provideTransactionsTests ()
82
+ {
83
+ return $ this ->provideTests (__DIR__ . '/transactions ' );
84
+ }
85
+
73
86
/**
74
87
* @dataProvider provideVersionedApiTests
75
88
*/
You can’t perform that action at this time.
0 commit comments