Extension\Oo\DeprecatedMethodsTest::testPrivateMethodThrowsDeprecatedWarning PHP Метод

testPrivateMethodThrowsDeprecatedWarning() публичный Метод

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