fromMaybeNull() public static method

public static fromMaybeNull ( $value )
Exemplo n.º 1
0
 public function testFromMaybeNull_WithNonNull_HasCountOfOne()
 {
     $this->assertCount(1, Option::fromMaybeNull("NonNull"));
 }