Skip to content

Commit 1fd21ae

Browse files
committed
Add todo tests.
1 parent 87d1500 commit 1fd21ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/PdbQueryTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ public function setUp(): void
2323
$this->pdb->query('DROP TABLE IF EXISTS ~mmm', [], 'null');
2424
}
2525

26+
27+
public function testSerialize(): void
28+
{
29+
// Remove underscores from internal properties?
30+
// Serialize/unserialise with nested queries, condition objects.
31+
$this->markTestSkipped('TODO');
32+
}
33+
34+
2635
public function testSelect(): void
2736
{
2837
$query = $this->pdb->find('mmm')

0 commit comments

Comments
 (0)