aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/service_collection_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/di/service_collection_test.php')
-rw-r--r--tests/di/service_collection_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/di/service_collection_test.php b/tests/di/service_collection_test.php
index e78a5180b6..5b51254a4a 100644
--- a/tests/di/service_collection_test.php
+++ b/tests/di/service_collection_test.php
@@ -14,7 +14,7 @@
class phpbb_service_collection_test extends \phpbb_test_case
{
/**
- * @var \phpbb\di\service_collection\service_collection
+ * @var \phpbb\di\service_collection
*/
protected $service_collection;
@@ -24,7 +24,7 @@ class phpbb_service_collection_test extends \phpbb_test_case
$container->set('foo', new StdClass);
$container->set('bar', new StdClass);
- $this->service_collection = new \phpbb\di\service_collection\service_collection($container);
+ $this->service_collection = new \phpbb\di\service_collection($container);
$this->service_collection->add('foo');
$this->service_collection->add('bar');
5space:mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-06 14:42:51 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-06 14:42:51 +0000
commit3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6 (patch)
treecf5a3a770e9abb2b97c4f36e08fb061f95d4a574 /perl-install/network
parent86b958909d5aeb6f92646c6500d6f8a2f3159579 (diff)
downloaddrakx-3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6.tar
drakx-3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6.tar.gz
drakx-3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6.tar.bz2
drakx-3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6.tar.xz
drakx-3ff7f512e81f7e923f379b8dc7d2cd42cc170cb6.zip
sm56 support
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/thirdparty.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm
index a21524cdd..e924036c8 100644
--- a/perl-install/network/thirdparty.pm
+++ b/perl-install/network/thirdparty.pm
@@ -124,6 +124,19 @@ my %network_settings = (
device => '/dev/ttySL0',
restart_service => 1,
},
+
+ {
+ matching => 'sm56',
+ description => 'Motorola SM56 WinModem',
+ url => 'http://www.motorola.com/softmodem/driver.htm#linux',
+ name => 'sm56',
+ kernel_module =>
+ {
+ package => 'sm56',
+ },
+ no_club => 1,
+ device => '/dev/sm56',
+ },
],
wireless =>