Ejemplo n.º 1
0
 public function testCreateList()
 {
     $listName = 'bpteam';
     $proxy = new Proxy();
     $proxy->createList($listName);
     $this->assertTrue($proxy->listExist($listName));
     $proxy->deleteList();
 }