move tests to GlobPatternTests folder and add comments for test cases

This commit is contained in:
Mohammad Zahed
2023-06-12 12:53:27 +03:00
parent 40fd06c0d0
commit 801346b894
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +0,0 @@
<?php
test('closure was bound to CustomTestCase', function () {
$this->assertCustomTrue();
});

View File

@ -1,5 +0,0 @@
<?php
test('closure was bound to CustomTestCase', function () {
$this->assertCustomTrue();
});