File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 */ 
1111class  AsyncTest extends  \PHPUnit_Framework_TestCase
1212{
13-  const  TEST_GET_URL  = 'http ://api.chew.pro/trbmb ' ;
14-  const  TEST_GET_URL_2  = 'http ://api.chew.pro/trbmb?foo=42 ' ;
13+  const  TEST_GET_URL  = 'https ://api.chew.pro/trbmb ' ;
14+  const  TEST_GET_URL_2  = 'https ://api.chew.pro/trbmb?foo=42 ' ;
1515
1616 public  function  setUp ()
1717 {
Original file line number Diff line number Diff line change 99 */ 
1010class  ExampleHttpClientTest extends  \PHPUnit_Framework_TestCase
1111{
12-  const  TEST_GET_URL  = 'http ://api.chew.pro/trbmb ' ;
13-  const  TEST_POST_URL  = 'http ://httpbin.org/post ' ;
12+  const  TEST_GET_URL  = 'https ://api.chew.pro/trbmb ' ;
13+  const  TEST_POST_URL  = 'https ://httpbin.org/post ' ;
1414 const  TEST_POST_BODY  = '{"foo":"bar"} ' ;
1515
1616 protected  $ ignoreHeaders  = array (
                                 You can’t perform that action at this time. 
               
                  
0 commit comments