コード例 #1
0
 public function itShouldAddHttpIntoUrlIfNescessary()
 {
     $this->spec(Ra_StringHelper::force_http("www.google.com"))->should->be("http://www.google.com");
     $this->spec(Ra_StringHelper::force_http("yahoo.com"))->should->be("http://yahoo.com");
     $this->spec(Ra_StringHelper::force_http("http://www.google.com"))->should->be("http://www.google.com");
 }