Jyxo\Mail\EncodingTest::setUp PHP Method

setUp() protected method

Prepares the testing environment.
protected setUp ( )
    protected function setUp()
    {
        $this->filePath = DIR_FILES . '/mail';
        $reflection = new \ReflectionClass(\Jyxo\Mail\Encoding::class);
        $this->encodings = $reflection->getConstants();
    }