File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515 <ignoreFiles >
1616 <directory name =" .github" />
1717 <directory name =" vendor" />
18+ <file name =" src/Adapter/MongoAdapter.php" />
19+ <file name =" src/Factory/MongoAdapterFactory.php" />
20+ <file name =" test/Controller/AuthControllerWithMongoAdapterTest.php" />
21+ <file name =" test/Factory/MongoAdapterFactoryTest.php" />
1822 </ignoreFiles >
1923 </projectFiles >
2024
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ protected function setUp(): void
5454 try {
5555 $ client = new MongoClient ("mongodb://127.0.0.1:27017 " );
5656 } catch (MongoConnectionException $ e ) {
57- $ this ->markTestSkipped ($ e ->getMessage ());
57+ $ this ->markTestSkipped (( string ) $ e ->getMessage ());
5858 }
5959
6060 $ this ->db = $ client ->selectDB ('laminas_oauth2_test ' );
You can’t perform that action at this time.
0 commit comments