HM\BackUpWordPress\Is_Same_Size_Format_Tests::test_not_both_same_size PHP 메소드

test_not_both_same_size() 공개 메소드

    public function test_not_both_same_size()
    {
        $this->assertFalse(is_same_size_format(22000, 22000000));
    }