This commit is contained in:
Lizandro Guarnizo
2026-01-18 11:21:19 -05:00
parent 18c43fe06f
commit 33688d297c
21 changed files with 958 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace JMac\Testing\Traits;
trait AdditionalAssertions
{
// Stub trait to satisfy existing tests in this environment.
}