Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14008491
D8435.id.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
D8435.id.diff
View Options
Index: src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php
===================================================================
--- src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php
+++ src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php
@@ -60,6 +60,8 @@
// echo "quack" and exit with no error code. If the channel did not close,
// this will time out after 5 seconds and throw.
$future->resolvex();
+
+ $this->assertEqual(true, true);
}
Index: src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
===================================================================
--- src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
+++ src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
@@ -8,5 +8,6 @@
*/
public function testEverythingImplemented() {
id(new PhutilSymbolLoader())->selectAndLoadSymbols();
+ $this->assertEqual(true, true);
}
}
Index: src/parser/__tests__/PhutilParserGeneratorTestCase.php
===================================================================
--- src/parser/__tests__/PhutilParserGeneratorTestCase.php
+++ src/parser/__tests__/PhutilParserGeneratorTestCase.php
@@ -235,6 +235,8 @@
),
))
->processGrammar();
+
+ $this->assertEqual(true, true);
}
public function testETParser() {
Index: src/parser/__tests__/PhutilTypeSpecTestCase.php
===================================================================
--- src/parser/__tests__/PhutilTypeSpecTestCase.php
+++ src/parser/__tests__/PhutilTypeSpecTestCase.php
@@ -287,6 +287,8 @@
array(
'regex' => 'list<regex> | regex',
));
+
+ $this->assertEqual(true, true);
}
}
Index: src/utils/__tests__/PhutilUTF8TestCase.php
===================================================================
--- src/utils/__tests__/PhutilUTF8TestCase.php
+++ src/utils/__tests__/PhutilUTF8TestCase.php
@@ -435,6 +435,8 @@
// the function implementation for details.
$input = str_repeat("\xEF\xBF\xBF", 1024 * 32);
phutil_is_utf8_with_only_bmp_characters($input);
+
+ $this->assertEqual(true, true);
}
public function testUTF8BMP() {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 30, 10:43 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6712693
Default Alt Text
D8435.id.diff (2 KB)
Attached To
Mode
D8435: Add assertions to every test in libphutil/
Attached
Detach File
Event Timeline
Log In to Comment