Skip to content

Commit 4e8ba6d

Browse files
committed
formatting
1 parent 17ee2a7 commit 4e8ba6d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
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>

tests/e2e/Adapter/Scopes/AttributeTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Utopia\Database\Validator\Datetime as DatetimeValidator;
2525
use Utopia\Database\Validator\Structure;
2626
use Utopia\Validator\Range;
27-
use function _PHPStan_bc6352b8e\Symfony\Component\String\s;
2827

2928
trait 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;

tests/e2e/Adapter/Scopes/GeneralTests.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
use Utopia\Database\Helpers\Role;
2121
use Utopia\Database\Query;
2222
use Utopia\Database\Validator\Authorization;
23-
use function _PHPStan_bc6352b8e\Symfony\Component\String\s;
2423

2524
trait GeneralTests
2625
{

0 commit comments

Comments
 (0)