Cassandra\Type\ScalarTest::testCompareNotEquals PHP Method

testCompareNotEquals() public method

    public function testCompareNotEquals()
    {
        $this->assertTrue(Type::ascii() != Type::bigint());
    }