Пример #1
0
 /**
  * @covers media_subdef::renew_url
  */
 public function testRenew_url()
 {
     $this->assertInstanceOf('Guzzle\\Http\\Url', self::$objectPresent->renew_url());
     $this->assertInstanceOf('Guzzle\\Http\\Url', self::$objectNotPresent->renew_url());
 }
Пример #2
0
 /**
  * @covers media_subdef::renew_url
  */
 public function testRenew_url()
 {
     $this->assertInternalType('string', self::$objectPresent->renew_url());
     $this->assertInternalType('string', self::$objectNotPresent->renew_url());
 }