Example #1
0
 /**
  * Test function isClient 
  */
 public function test_isClient()
 {
     $this->assertEquals($this->m->isClient(), TRUE);
 }