BrowscapTest\Helper\CollectionCreatorTest::setUp PHP Метод

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

This method is called before a test is executed.
public setUp ( )
    public function setUp()
    {
        $this->logger = new Logger('browscapTest', [new NullHandler()]);
        $this->object = new CollectionCreator();
    }