public function testPrepare()
 {
     $a = 'SELECT * FROM CookieMonster';
     $b = array('rand' => rand());
     $this->assertSame(123, $this->app->prepare($a, $b));
 }