Extension\Oo\DeprecatedMethodsTest::testPublicMethodThrowsDeprecatedWarning PHP Method

testPublicMethodThrowsDeprecatedWarning() public method

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