Files

6 lines
100 B
PHP

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