Beispiel #1
0
 public function testCount()
 {
     $u = new User($this->container);
     $this->assertNotFalse($u->create(array('username' => 'user1')));
     $this->assertEquals(2, $u->count());
 }