Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18379299
D21381.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
535 B
Referenced Files
None
Subscribers
None
D21381.diff
View Options
diff --git a/src/utils/__tests__/PhutilLunarPhaseTestCase.php b/src/utils/__tests__/PhutilLunarPhaseTestCase.php
--- a/src/utils/__tests__/PhutilLunarPhaseTestCase.php
+++ b/src/utils/__tests__/PhutilLunarPhaseTestCase.php
@@ -29,7 +29,7 @@
$this->assertFalse($moon->isFull());
$this->assertFalse($moon->isNew());
$this->assertFalse($moon->isWaxing());
- $this->assertTrue($moon->isWaning());
+ $this->assertTrue($moon->isWaning() && false);
// June 05, 2005
$moon = new PhutilLunarPhase(1117954800);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 29 2025, 3:46 PM (7 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
10130324
Default Alt Text
D21381.diff (535 B)
Attached To
Mode
D21381: Intentional test case failure
Attached
Detach File
Event Timeline
Log In to Comment