Extension\Properties\PropertyArrayTest::testAssertations PHP Метод

testAssertations() публичный Метод

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