File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " ~8.1.0 || ~8.2.0" ,
23- "doctrine/annotations" : " ^1.5" ,
2423 "doctrine/persistence" : " ^2.1 || ^3.0" ,
2524 "phpunit/phpunit" : " ^9.6.0" ,
2625 "pimcore/pimcore" : " ^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2" ,
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- use Doctrine \Common \Annotations \AnnotationRegistry ;
65use Neusta \Pimcore \TestingFramework \Kernel \TestKernel ;
76use Neusta \Pimcore \TestingFramework \Pimcore \BootstrapPimcore ;
87
98include dirname (__DIR__ ) . '/vendor/autoload.php ' ;
109
11- AnnotationRegistry::registerLoader ('class_exists ' );
12-
1310BootstrapPimcore::bootstrap (
1411 PIMCORE_PROJECT_ROOT : __DIR__ . '/app ' ,
1512 KERNEL_CLASS : TestKernel::class,
You can’t perform that action at this time.
0 commit comments