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

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

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