Advertisement
stronk7

Untitled

Sep 25th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ cat lib/dml/tests/aloha/subdir_test.php
  2.  
  3. <?php
  4. class subdir_testcase extends basic_testcase {
  5.  
  6. public function test_subdirtest() {
  7. $this->assertTrue(false, 'If you see this is that the test in subdir was executed');
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement