HM\BackUpWordPress\Is_Same_Size_Format_Tests::test_not_both_same_size PHP Method

test_not_both_same_size() public method

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