Page MenuHomePhabricator

D8436.diff
No OneTemporary

D8436.diff

Index: src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
===================================================================
--- src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
+++ src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php
@@ -15,6 +15,8 @@
$this->registerUser(
'PhabricatorUserEditorTestCaseOK',
'PhabricatorUserEditorTestCase@example.com');
+
+ $this->assertEqual(true, true);
}
public function testRegistrationEmailInvalid() {
Index: src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
===================================================================
--- src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
+++ src/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php
@@ -16,6 +16,7 @@
*/
public function testEverythingImplemented() {
id(new PhutilSymbolLoader())->selectAndLoadSymbols();
+ $this->assertEqual(true, true);
}
public function testApplicationsInstalled() {
Index: src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
===================================================================
--- src/infrastructure/storage/__tests__/AphrontIsolatedDatabaseConnectionTestCase.php
+++ 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() {
Index: src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
===================================================================
--- src/infrastructure/storage/lisk/__tests__/LiskIsolationTestCase.php
+++ 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
Mar 24 2025, 5:15 AM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7602034
Default Alt Text
D8436.diff (2 KB)

Event Timeline