added Query Limit TestCase
This commit is contained in:
parent
b022675ab7
commit
2e0330bfba
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…
x
Reference in New Issue
Block a user