예제 #1
0
파일: FeatureContext.php 프로젝트: s12v/sns
 /**
  * @Given /^I list all subscriptions$/
  */
 public function iListAllSubscriptions()
 {
     $this->result = $this->sns->listSubscriptions();
     PHPUnit_Framework_Assert::assertNotEmpty($this->result);
 }