This repository was archived by the owner on Jul 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4+ - 5.4
45 - 5.5
56 - 5.6
67
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "type" : " project" ,
77 "require" : {
8- "php" : " >=5.5.9 " ,
8+ "php" : " >=5.4.16 " ,
99 "adldap2/adldap2" : " 5.0.*" ,
1010 "laravel/framework" : " 5.*"
1111 },
Original file line number Diff line number Diff line change 2626 |
2727 */
2828
29- 'connection ' => Adldap \Connections \Ldap::class ,
29+ 'connection ' => ' Adldap\Connections\Ldap ' ,
3030
3131 /*
3232 |--------------------------------------------------------------------------
157157
158158 ],
159159
160- ];
160+ ];
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ class AdldapTest extends FunctionalTestCase
1010{
1111 public function testConfigurationNotFoundException ()
1212 {
13- $ this ->setExpectedException (ConfigurationMissingException::class );
13+ $ this ->setExpectedException (' Adldap\Laravel\Exceptions\ ConfigurationMissingException' );
1414
1515 App::make ('adldap ' );
1616 }
1717
1818 public function testRegistration ()
1919 {
20- $ this ->assertTrue (app ()->register (AdldapServiceProvider::class ));
20+ $ this ->assertTrue (app ()->register (' Adldap\Laravel\ AdldapServiceProvider' ));
2121 }
2222}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ protected function getEnvironmentSetup($app)
2828 protected function getPackageProviders ()
2929 {
3030 return [
31- AdldapServiceProvider::class ,
31+ ' Adldap\Laravel\ AdldapServiceProvider' ,
3232 ];
3333 }
3434
@@ -40,7 +40,7 @@ protected function getPackageProviders()
4040 protected function getPackageAliases ()
4141 {
4242 return [
43- Adldap::class ,
43+ ' Adldap\Laravel\Facades\Adldap ' ,
4444 ];
4545 }
4646}
You can’t perform that action at this time.
0 commit comments