diff --git a/tests/PHPUnit/CustomAffixes/FolderWithAn@/ExampleTest.php b/tests/PHPUnit/CustomAffixes/FolderWithAn@/ExampleTest.php new file mode 100644 index 00000000..351e0612 --- /dev/null +++ b/tests/PHPUnit/CustomAffixes/FolderWithAn@/ExampleTest.php @@ -0,0 +1,19 @@ +assertTrue(true); + } +} + +uses(MyCustomClassTest::class); + +test('custom traits can be used', function () { + $this->assertTrueIsTrue(); +}); + +test('trait applied in this file')->assertTrueIsTrue();