File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 convertNoticesToExceptions =" true"
88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
10- stopOnFailure =" true" >
10+ stopOnFailure =" false"
11+ >
1112 <testsuites >
1213 <testsuite name =" unit" >
1314 <directory >./tests/unit</directory >
Original file line number Diff line number Diff line change 2424use Utopia \Database \Validator \Datetime as DatetimeValidator ;
2525use Utopia \Database \Validator \Structure ;
2626use Utopia \Validator \Range ;
27- use function _PHPStan_bc6352b8e \Symfony \Component \String \s ;
2827
2928trait AttributeTests
3029{
@@ -2061,7 +2060,7 @@ public function testCreateAttributesDelete(): void
20612060 {
20622061 /** @var Database $database */
20632062 $ database = static ::getDatabase ();
2064-
2063+
20652064 if (!$ database ->getAdapter ()->getSupportForBatchCreateAttributes ()) {
20662065 $ this ->expectNotToPerformAssertions ();
20672066 return ;
Original file line number Diff line number Diff line change 2020use Utopia \Database \Helpers \Role ;
2121use Utopia \Database \Query ;
2222use Utopia \Database \Validator \Authorization ;
23- use function _PHPStan_bc6352b8e \Symfony \Component \String \s ;
2423
2524trait GeneralTests
2625{
You can’t perform that action at this time.
0 commit comments