Skip to content

Commit f3a2d38

Browse files
committed
Remove mistaken test
1 parent 37d5774 commit f3a2d38

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/system/Database/Builder/BaseTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,4 @@ public function testGetTableIgnoresFrom()
4545
$result = $builder->getTable();
4646
$this->assertEquals('jobs', $result);
4747
}
48-
49-
public function testGetTableRespectsFrom()
50-
{
51-
$builder = $this->db->table('jobs');
52-
53-
$builder->from('foo', true);
54-
$result = $builder->getTable();
55-
$this->assertEquals('foo', $result);
56-
}
5748
}

0 commit comments

Comments
 (0)