added Query Limit TestCase
This commit is contained in:
parent
b022675ab7
commit
2e0330bfba
1 changed files with 8 additions and 0 deletions
8
tests/QueryLimitTestCase.php
Normal file
8
tests/QueryLimitTestCase.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
class Doctrine_Query_Limit_TestCase extends Doctrine_UnitTestCase {
|
||||
public function testLimit() {
|
||||
$this->query->from("User.Phonenumber");
|
||||
$this->query->limit(20);
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Add table
Reference in a new issue