mirror of
https://github.com/dg/dibi.git
synced 2025-09-08 21:30:46 +02:00
tests: fixes
This commit is contained in:
@@ -80,16 +80,6 @@ Assert::same(
|
||||
);
|
||||
|
||||
|
||||
try {
|
||||
$fluent = $conn->select('*')->from('table')->fetch();
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
Assert::same(
|
||||
reformat(' SELECT * FROM [table] LIMIT 1'),
|
||||
dibi::$sql
|
||||
);
|
||||
|
||||
|
||||
$fluent = $conn->select('*')
|
||||
->select(
|
||||
$conn->select('count(*)')
|
||||
|
Reference in New Issue
Block a user