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

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

public testAssertations ( )
    public function testAssertations()
    {
        $this->assertSame(array(), StaticPropertyArray::$someEmptyArray);
        $this->assertSame(array(1, 2, 3, 4), StaticPropertyArray::$someArray);
    }
StaticPropertyArrayTest