FlitchTest\Rule\Line\MaxLengthTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->file = new File('foo.php', "<?php" . str_repeat(' ', 120));
    }