Removes possibility of tests being risky

This commit is contained in:
Nuno Maduro
2022-09-15 14:13:18 +01:00
parent 0953ae431e
commit c61d70abf1
4 changed files with 6 additions and 3 deletions

View File

@ -692,6 +692,9 @@
✓ custom traits can be used
✓ trait applied in this file
PASS Tests\Playground
✓ basic
PASS Tests\Plugins\Traits
✓ it allows global uses
✓ it allows multiple global uses registered in the same path
@ -767,5 +770,5 @@
WARN Tests\Visual\TeamCity
- it is can successfully call all public methods → Not supported yet.
Tests: 4 incompleted, 18 skipped, 514 passed
Tests: 4 incompleted, 18 skipped, 515 passed

View File

@ -1,5 +1,5 @@
<?php
test('basic', function () {
// ..
expect(true)->toBeTrue();
});