Page MenuHomePhabricator

D8435.diff
No OneTemporary

D8435.diff

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

Mime Type
text/plain
Expires
Fri, Sep 20, 6:50 PM (20 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6624123
Default Alt Text
D8435.diff (2 KB)

Event Timeline