diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 10:05:22 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 10:05:22 +0200 |
commit | d6b41bb2659f959da01aee0ddb38bb4bce6cd4b6 (patch) | |
tree | 781941ca709e2c40eab3a7191d5e42c558893580 /tests/mocks/database | |
parent | 17f799e1017d1688a2890a1ba78e4f53d80af77e (diff) |
JOIN clause API code-coverage
Diffstat (limited to 'tests/mocks/database')
-rw-r--r-- | tests/mocks/database/schema/skeleton.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/database/schema/skeleton.php b/tests/mocks/database/schema/skeleton.php index fbd533bfb..9ebd6e85f 100644 --- a/tests/mocks/database/schema/skeleton.php +++ b/tests/mocks/database/schema/skeleton.php @@ -100,7 +100,7 @@ class Mock_Database_Schema_Skeleton { array('id' => 2, 'name' => 'Ahmadinejad', 'email' => 'ahmadinejad@world.com'), array('id' => 3, 'name' => 'Richard A Causey', 'email' => 'richard@world.com'), array('id' => 4, 'name' => 'Chris Martin', 'email' => 'chris@world.com'), - ) + ), 'job' => array( array('id' => 1, 'name' => 'Developer', 'description' => 'Awesome job, but sometimes makes you bored'), array('id' => 2, 'name' => 'Politician', 'description' => 'This is not really a job'), |