Extension\Oo\DeprecatedMethodsTest::testPrivateMethodThrowsDeprecatedWarning PHP 메소드

testPrivateMethodThrowsDeprecatedWarning() 공개 메소드

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