Guest User

Untitled

a guest
Nov 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public function testUrlRequest() {
  2.  
  3. //-- request route with dummy information
  4. $this->drupalGet('this-is-the-route/thisisvarone/thisisvartwo'); // this does not work
  5.  
  6. $this->assertEquals($expected, $result);
  7. $this->assertEquals($expected, $result);
  8.  
  9. }
Add Comment
Please, Sign In to add comment