Changeset 38938 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 10/26/2016 01:23:24 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r38413 r38938 56 56 57 57 function test_404() { 58 $this->go_to( '/'.rand_str());58 $this->go_to( '/notapage' ); 59 59 $this->assertQueryTrue('is_404'); 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.