@@ -198,7 +198,7 @@ public function testGetMountsFor() {
198198
199199 public function testGetAdminMounts () {
200200 $ id1 = $ this ->addMount ('/test ' , 'foo ' , 'bar ' , 100 , DBConfigService::MOUNT_TYPE_ADMIN );
201- $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAl );
201+ $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAL );
202202
203203 $ mounts = $ this ->dbConfig ->getAdminMounts ();
204204 $ this ->assertCount (1 , $ mounts );
@@ -208,7 +208,7 @@ public function testGetAdminMounts() {
208208 public function testGetAdminMountsFor () {
209209 $ id1 = $ this ->addMount ('/test ' , 'foo ' , 'bar ' , 100 , DBConfigService::MOUNT_TYPE_ADMIN );
210210 $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_ADMIN );
211- $ id3 = $ this ->addMount ('/test3 ' , 'foo3 ' , 'bar3 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAl );
211+ $ id3 = $ this ->addMount ('/test3 ' , 'foo3 ' , 'bar3 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAL );
212212
213213 $ this ->dbConfig ->addApplicable ($ id1 , DBConfigService::APPLICABLE_TYPE_USER , 'test ' );
214214 $ this ->dbConfig ->addApplicable ($ id3 , DBConfigService::APPLICABLE_TYPE_USER , 'test ' );
@@ -221,8 +221,8 @@ public function testGetAdminMountsFor() {
221221
222222 public function testGetUserMountsFor () {
223223 $ id1 = $ this ->addMount ('/test ' , 'foo ' , 'bar ' , 100 , DBConfigService::MOUNT_TYPE_ADMIN );
224- $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAl );
225- $ id3 = $ this ->addMount ('/test3 ' , 'foo3 ' , 'bar3 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAl );
224+ $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAL );
225+ $ id3 = $ this ->addMount ('/test3 ' , 'foo3 ' , 'bar3 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAL );
226226
227227 $ this ->dbConfig ->addApplicable ($ id1 , DBConfigService::APPLICABLE_TYPE_USER , 'test ' );
228228 $ this ->dbConfig ->addApplicable ($ id3 , DBConfigService::APPLICABLE_TYPE_USER , 'test ' );
@@ -285,7 +285,7 @@ public function testGetMountsForDuplicateByGroup() {
285285
286286 public function testGetAllMounts () {
287287 $ id1 = $ this ->addMount ('/test ' , 'foo ' , 'bar ' , 100 , DBConfigService::MOUNT_TYPE_ADMIN );
288- $ id2 = $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAl );
288+ $ id2 = $ this ->addMount ('/test2 ' , 'foo2 ' , 'bar2 ' , 100 , DBConfigService::MOUNT_TYPE_PERSONAL );
289289
290290 $ mounts = $ this ->dbConfig ->getAllMounts ();
291291 $ this ->assertCount (2 , $ mounts );
0 commit comments