1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

More tests

This commit is contained in:
Cameron
2019-02-10 19:19:38 -08:00
parent 93a2dde80a
commit c8df79ea01

View File

@@ -689,13 +689,17 @@
{
$result = $this->db->db_Field('plugin', 'plugin_path');
$this->assertTrue($result);
$result = $this->db->db_Field('plugin', 2);
$this->assertEquals('plugin_version', $result);
}
/*
public function testColumnCount()
{
$this->db->columnCount();
}*/
}
*/
public function testField()
{
$result = $this->db->field('plugin', 'plugin_path');