fromMaybeNull() public static method

public static fromMaybeNull ( $value )
コード例 #1
0
ファイル: OptionTest.php プロジェクト: morrisonlevi/ardent
 public function testFromMaybeNull_WithNonNull_HasCountOfOne()
 {
     $this->assertCount(1, Option::fromMaybeNull("NonNull"));
 }