# phpman > perldoc > Test::Unit::Decorator

## NAME
    [Test::Unit::Decorator](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ADecorator/markdown) - unit testing framework helper class

## SYNOPSIS
        # A Decorator for Tests. Use TestDecorator as the base class
        # for defining new test decorators. Test decorator subclasses
        # can be introduced to add behaviour before or after a test
        # is run.

## DESCRIPTION
    A Decorator for Tests. Use TestDecorator as the base class for defining new test decorators.
    Test decorator subclasses can be introduced to add behaviour before or after a test is run.

## AUTHOR
    Copyright (c) 2001 Kevin Connor <<kconnor@interwoven.com>>

    All rights reserved. This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

## SEE ALSO
    [Test::Unit::TestCase](https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ATestCase/markdown)

