Page MenuHomePhabricator

D8436.id20020.diff
No OneTemporary

D8436.id20020.diff

diff --git a/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php b/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
--- a/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
+++ b/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
@@ -15,6 +15,8 @@
$this->registerUser(
'PhabricatorUserEditorTestCaseOK',
'PhabricatorUserEditorTestCase@example.com');
+
+ $this->assertEqual(true, true);
}
public function testRegistrationEmailInvalid() {
diff --git a/src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php b/src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
--- a/src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
+++ b/src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
@@ -16,6 +16,7 @@
*/
public function testEverythingImplemented() {
id(new PhutilSymbolLoader())->selectAndLoadSymbols();
+ $this->assertEqual(true, true);
}
public function testApplicationsInstalled() {
diff --git a/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php b/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
--- a/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
+++ b/src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
@@ -17,6 +17,8 @@
queryfx(
$this->newIsolatedConnection(),
'INSERT INVALID SYNTAX');
+
+ $this->assertEqual(true, true);
}
public function testInsertGeneratesID() {
@@ -39,6 +41,8 @@
public function testDeletePermitted() {
$conn = $this->newIsolatedConnection();
queryfx($conn, 'DELETE');
+
+ $this->assertEqual(true, true);
}
public function testTransactionStack() {
diff --git a/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php b/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
--- a/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
+++ b/src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
@@ -54,6 +54,7 @@
// Expected, pass.
}
+ $this->assertEqual(true, true);
}
public function testMagicMethods() {

File Metadata

Mime Type
text/plain
Expires
Aug 8 2025, 7:37 PM (19 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9057816
Default Alt Text
D8436.id20020.diff (2 KB)

Event Timeline