Coduo\PHPMatcher\Tests\MatcherTest::nullExamples PHP Method

nullExamples() public static method

public static nullExamples ( )
    public static function nullExamples()
    {
        return array(array('{"proformaInvoiceLink":null}', '{"proformaInvoiceLink":null}', '{"proformaInvoiceLink":null, "test":"test"}', '{"proformaInvoiceLink":null, "test":"@string@"}', '{"proformaInvoiceLink":null, "test":"test"}', '{"proformaInvoiceLink":@null@, "test":"@string@"}'));
    }