fromMaybeFalse() public static method

public static fromMaybeFalse ( $value )
Example #1
0
 public function testFromMaybeFalse_WithFalse_HasCountOfZero()
 {
     $this->assertCount(0, Option::fromMaybeFalse(false));
 }