We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bd0ee commit 4d293f9Copy full SHA for 4d293f9
Tests/EventListener/PageListenerTest.php
@@ -154,7 +154,7 @@ public function testPostUpdate_WithStdClass()
154
->disableOriginalConstructor()
155
->getMock();
156
157
- $em->expects($this->oncde())
+ $em->expects($this->once())
158
->method('getUnitOfWork')
159
->will($this->returnValue($uow));
160
phpunit.xml.dist
@@ -6,9 +6,9 @@
6
convertErrorsToExceptions="true"
7
convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
9
- processIsolation="false"
10
- stopOnFailure="false"
11
- syntaxCheck="false"
+ processIsolation="true"
+ stopOnFailure="true"
+ syntaxCheck="true"
12
bootstrap="./vendor/autoload.php">
13
14
<!--
0 commit comments