Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425645
D8436.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D8436.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8436: Add assertions to no-assertions tests in phabricator/
Attached
Detach File
Event Timeline
Log In to Comment