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

testPublicMethodThrowsDeprecatedWarning() 공개 메소드

    public function testPublicMethodThrowsDeprecatedWarning()
    {
        $test = new DeprecatedMethods();
        $test->deprecatedMethod();
    }