File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 11# Allure PHP Commons
22
33[ ![ Version] ( http://poser.pugx.org/allure-framework/allure-php-commons/version )] ( https://packagist.org/packages/allure-framework/allure-php-commons )
4- [ ![ Build] ( https://github.com/allure-framework/allure-php-commons2/actions/workflows/build.yml/badge.svg )] ( https://github.com/allure-framework/allure-php-commons /actions/workflows/build.yml )
4+ [ ![ Build] ( https://github.com/allure-framework/allure-php-commons2/actions/workflows/build.yml/badge.svg )] ( https://github.com/allure-framework/allure-php-commons2 /actions/workflows/build.yml )
55[ ![ Type Coverage] ( https://shepherd.dev/github/allure-framework/allure-php-commons2/coverage.svg )] ( https://shepherd.dev/github/allure-framework/allure-php-commons2 )
66[ ![ Psalm Level] ( https://shepherd.dev/github/allure-framework/allure-php-commons2/level.svg )] ( https://shepherd.dev/github/allure-framework/allure-php-commons2 )
77[ ![ License] ( http://poser.pugx.org/allure-framework/allure-php-commons/license )] ( https://packagist.org/packages/allure-framework/allure-php-commons )
Original file line number Diff line number Diff line change @@ -56,14 +56,6 @@ public static function reset(): void
5656 self ::$ instance = null ;
5757 }
5858
59- /**
60- * @deprecated Please use lifecycle configurator to set output directory.
61- */
62- public static function setOutputDirectory (string $ outputDirectory ): void
63- {
64- self ::getLifecycleConfigurator ()->setOutputDirectory ($ outputDirectory );
65- }
66-
6759 public static function getLifecycleConfigurator (): LifecycleConfiguratorInterface
6860 {
6961 return self ::getInstance ()->getLifecycleBuilder ();
Original file line number Diff line number Diff line change @@ -62,14 +62,6 @@ public function getParameters(): array
6262 );
6363 }
6464
65- /**
66- * @deprecated Please use {@see getDisplayName()} method.
67- */
68- public function getTitle (): ?string
69- {
70- return $ this ->getDisplayName ();
71- }
72-
7365 public function getDisplayName (): ?string
7466 {
7567 $ displayName = null ;
You can’t perform that action at this time.
0 commit comments