@@ -78,42 +78,42 @@ public function testDisconnect(): void
7878 /**
7979 * @todo Implement testBeginTransaction().
8080 */
81- public function testBeginTransaction (): never
82- {
83- // Remove the following lines when you implement this test.
84- $ this ->markTestIncomplete (
85- 'This test has not been implemented yet. '
86- );
87- }
81+ // public function testBeginTransaction(): never
82+ // {
83+ // // Remove the following lines when you implement this test.
84+ // $this->markTestIncomplete(
85+ // 'This test has not been implemented yet.'
86+ // );
87+ // }
8888
8989 /**
9090 * @todo Implement testCommit().
9191 */
92- public function testCommit (): never
93- {
94- // Remove the following lines when you implement this test.
95- $ this ->markTestIncomplete (
96- 'This test has not been implemented yet. '
97- );
98- }
92+ // public function testCommit(): never
93+ // {
94+ // // Remove the following lines when you implement this test.
95+ // $this->markTestIncomplete(
96+ // 'This test has not been implemented yet.'
97+ // );
98+ // }
9999
100100 /**
101101 * @todo Implement testRollback().
102102 */
103- public function testRollback (): never
104- {
105- // Remove the following lines when you implement this test.
106- $ this ->markTestIncomplete (
107- 'This test has not been implemented yet. '
108- );
109- }
110-
111- public function testGetLastGeneratedValue (): never
112- {
113- $ this ->markTestIncomplete ('Need to create a temporary sequence. ' );
114- //$connection = new Connection($this->variables);
115- //$connection->getLastGeneratedValue();
116- }
103+ // public function testRollback(): never
104+ // {
105+ // // Remove the following lines when you implement this test.
106+ // $this->markTestIncomplete(
107+ // 'This test has not been implemented yet.'
108+ // );
109+ // }
110+
111+ // public function testGetLastGeneratedValue(): never
112+ // {
113+ // $this->markTestIncomplete('Need to create a temporary sequence.');
114+ // //$connection = new Connection($this->variables);
115+ // //$connection->getLastGeneratedValue();
116+ // }
117117
118118 public function testConnectReturnsConnectionWhenResourceSet (): void
119119 {
0 commit comments