Extension\Properties\PropertyArrayTest::testAssertations PHP Method

testAssertations() public method

public testAssertations ( )
    public function testAssertations()
    {
        $t = new PropertyArray();
        $this->assertSame(array(1), $t->someArray);
    }
PropertyArrayTest