Exemplo n.º 1
0
 public function testUrl()
 {
     self::$cloudinary_url_result = $expected = 'asdf';
     $api = new ApiFacade();
     $this->assertEquals($expected, $api->url('path'));
 }