Extension\Oo\DeprecatedMethodsTest::testPrivateMethodThrowsDeprecatedWarning PHP Method

testPrivateMethodThrowsDeprecatedWarning() public method

    public function testPrivateMethodThrowsDeprecatedWarning()
    {
        $test = new DeprecatedMethods();
        $test->normalMethod();
    }