From b0a36cb2f8ca7818014b9c3f069eafe7dc6cb083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pluchino?= Date: Wed, 1 Oct 2014 19:55:42 +0200 Subject: [PATCH] Remove unused group test --- Tests/Installer/BowerInstallerTest.php | 1 - Tests/Package/Loader/LazyAssetPackageLoaderTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Tests/Installer/BowerInstallerTest.php b/Tests/Installer/BowerInstallerTest.php index bcb8a04a..fbbbbec9 100644 --- a/Tests/Installer/BowerInstallerTest.php +++ b/Tests/Installer/BowerInstallerTest.php @@ -261,7 +261,6 @@ public function testInstall(array $ignoreFiles) /** * @dataProvider getAssetIgnoreFiles - * @group fxp */ public function testUpdate(array $ignoreFiles) { diff --git a/Tests/Package/Loader/LazyAssetPackageLoaderTest.php b/Tests/Package/Loader/LazyAssetPackageLoaderTest.php index dc6e06b8..6095de02 100644 --- a/Tests/Package/Loader/LazyAssetPackageLoaderTest.php +++ b/Tests/Package/Loader/LazyAssetPackageLoaderTest.php @@ -345,7 +345,6 @@ public function getConfigIoForException() * @param string $validTrace * * @dataProvider getConfigIoForException - * @group fxp */ public function testTagWithTransportException($type, $verbose, $exceptionClass, $validTrace) {