@@ -29,7 +29,7 @@ public function setUp()
29
29
try {
30
30
$ this ->collectionHandler ->drop ('ArangoDB_PHP_TestSuite_TestCollection_01 ' );
31
31
} catch (\Exception $ e ) {
32
- // don't bother us, if it's already dropd .
32
+ // don't bother us, if it's already dropped .
33
33
}
34
34
35
35
$ this ->collection = new Collection ();
@@ -39,7 +39,7 @@ public function setUp()
39
39
try {
40
40
$ this ->collectionHandler ->drop ('ArangoDBPHPTestSuiteTestEdgeCollection01 ' );
41
41
} catch (\Exception $ e ) {
42
- # don't bother us, if it's already dropd .
42
+ // don't bother us, if it's already dropped .
43
43
}
44
44
45
45
$ this ->edgeCollection = new Collection ();
@@ -436,17 +436,17 @@ public function tearDown()
436
436
try {
437
437
$ this ->collectionHandler ->drop ('ArangoDB_PHP_TestSuite_TestCollection_01 ' );
438
438
} catch (\Exception $ e ) {
439
- // don't bother us, if it's already dropd .
439
+ // don't bother us, if it's already dropped .
440
440
}
441
441
try {
442
442
$ this ->collectionHandler ->drop ('ArangoDB_PHP_TestSuite_TestCollection_02 ' );
443
443
} catch (\Exception $ e ) {
444
- // don't bother us, if it's already dropd .
444
+ // don't bother us, if it's already dropped .
445
445
}
446
446
try {
447
447
$ this ->collectionHandler ->drop ('ArangoDBPHPTestSuiteTestEdgeCollection01 ' );
448
448
} catch (\Exception $ e ) {
449
- # don't bother us, if it's already dropd .
449
+ // don't bother us, if it's already dropped .
450
450
}
451
451
452
452
unset($ this ->collectionHandlerm , $ this ->collection , $ this ->connection );
0 commit comments