From 574cd11a40f98194c2880860db9ba80edcacdc14 Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Fri, 4 Jun 2021 02:08:12 +0200 Subject: [PATCH] Add tests --- .../FolderWithAn@/ExampleTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/PHPUnit/CustomAffixes/FolderWithAn@/ExampleTest.php 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();