AddressTypeTest::testAttributeLabels PHP Метод

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

public testAttributeLabels ( )
    public function testAttributeLabels()
    {
        $expected = array();
        $this->assertEquals($expected, $this->model->attributeLabels());
    }