PHPUnit_Framework_Assert::assertAttributeNotEquals
        Asserts that a variable is not equal to an attribute of an object.
        
        
        Signature
        
          public function assertAttributeNotEquals(mixed
        $expected,
            [string
        $actualAttributeName = '',
            [string
        $actualClassOrObject = '',
            [string
        $message = '',
            [float
        $delta = 0.0,
            [integer
        $maxDepth = 10,
            [boolean
        $canonicalize = false,
            [boolean
        $ignoreCase = false]]]]]]] )
            
        
        Parameters
        
          - $expected—
                mixed
- $actualAttributeName—
                string
- $actualClassOrObject—
                string
- $message—
                string
- $delta—
                float
- $maxDepth—
                integer
- $canonicalize—
                boolean
- $ignoreCase—
                boolean
Violations
        
          Checkstyle
          
            
              
                | Line | Column | Severity | Message | 
            
            
              | 592 | 196 | warning | Line exceeds 120 characters; contains 195 characters |