Page MenuHomePhabricator

D8435.id20019.diff
No OneTemporary

D8435.id20019.diff

diff --git a/src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php b/src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php
--- a/src/channel/__tests__/PhutilPHPObjectProtocolChannelTestCase.php
+++ b/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);
}
diff --git a/src/infrastructure/__tests__/PhutilInfrastructureTestCase.php b/src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
--- a/src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
+++ b/src/infrastructure/__tests__/PhutilInfrastructureTestCase.php
@@ -8,5 +8,6 @@
*/
public function testEverythingImplemented() {
id(new PhutilSymbolLoader())->selectAndLoadSymbols();
+ $this->assertEqual(true, true);
}
}
diff --git a/src/parser/__tests__/PhutilParserGeneratorTestCase.php b/src/parser/__tests__/PhutilParserGeneratorTestCase.php
--- a/src/parser/__tests__/PhutilParserGeneratorTestCase.php
+++ b/src/parser/__tests__/PhutilParserGeneratorTestCase.php
@@ -235,6 +235,8 @@
),
))
->processGrammar();
+
+ $this->assertEqual(true, true);
}
public function testETParser() {
diff --git a/src/parser/__tests__/PhutilTypeSpecTestCase.php b/src/parser/__tests__/PhutilTypeSpecTestCase.php
--- a/src/parser/__tests__/PhutilTypeSpecTestCase.php
+++ b/src/parser/__tests__/PhutilTypeSpecTestCase.php
@@ -287,6 +287,8 @@
array(
'regex' => 'list<regex> | regex',
));
+
+ $this->assertEqual(true, true);
}
}
diff --git a/src/utils/__tests__/PhutilUTF8TestCase.php b/src/utils/__tests__/PhutilUTF8TestCase.php
--- a/src/utils/__tests__/PhutilUTF8TestCase.php
+++ b/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, Oct 25, 9:30 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6749259
Default Alt Text
D8435.id20019.diff (2 KB)

Event Timeline