Jyxo\Mail\SenderTest::setUp PHP Method

setUp() protected method

Prepares the testing environment.
protected setUp ( )
    protected function setUp()
    {
        $this->filePath = DIR_FILES . '/mail';
        $this->content = file_get_contents($this->filePath . '/email.html');
    }