Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 70e1cd0

Browse files
committed
Updated to 1.1.6 version
1 parent 4c8ffd9 commit 70e1cd0

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

tests/Database/Test/DatabaseCreateTest.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,6 @@ public function testGetConnection() {
3535
$this->assertContains('identifier', $database::$id);
3636
}
3737

38-
/**
39-
* [QUERY] [CREATE TABLE] [RETURN TRUE]
40-
*
41-
* @since 1.1.6
42-
*/
43-
public static function testCreateTableQuery() {
44-
4538

46-
$result = $this->db->query(
47-
48-
'CREATE TABLE IF NOT EXISTS test (
49-
50-
id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
51-
name VARCHAR(30) NOT NULL,
52-
email VARCHAR(50),
53-
reg_date TIMESTAMP
54-
)'
55-
);
56-
57-
$this->assertContains('identifier', $result);
58-
}
5939

6040
}

0 commit comments

Comments
 (0)