Codeception / Codeception/module-doctrine

Entity Manager instance

Đang mở
#8 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
PHP
Star
4
Fork
2
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Is it normal behavior, that in two methods of one Test appearing new copy of entity manager?

I added this line in haveFakeRepository right after getting entity manager:
`codecept_debug(sprintf('VVV%s', spl_object_id($em)));`

And here is the result in one Cest:

```
LoaderJobsCest: Service points event
Signature: Orderadmin\DeliveryServices\LoaderJobsCest:servicePointsEvent
Test: codeception/Functional/LoaderJobsCest.php:servicePointsEvent
Scenario --
I have fake repository "Orderadmin\DeliveryServices\Entity\Event\Job",{"find":"Closure"}
VVV7649
I override service factory "Orderadmin\DeliveryServices\Service\LoaderService","Closure"
I grab service from container "Orderadmin\DeliveryServices\Service\Events"
I assert not equals "pending","handling","Job was started"
PASSED

LoaderJobsCest: Service points job
Signature: Orderadmin\DeliveryServices\LoaderJobsCest:servicePointsJob
Test: codeception/Functional/LoaderJobsCest.php:servicePointsJob
Scenario --
I have fake repository "Orderadmin\DeliveryServices\Entity\ServicePoint",{"findOneBy":"Closure"}
VVV4265
```

Application itself have this one - 7649 and in second method there is a new copy of entity manager.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.