Jyxo\Mail\EncodingTest::testConstruct PHP Method

testConstruct() public method

Tests the constructor.
See also: Jyxo\Mail\Encoding::__construct()
public testConstruct ( )
    public function testConstruct()
    {
        $this->expectException(\LogicException::class);
        $encoding = new Encoding();
    }