Skip to content

Commit c646561

Browse files
kalessilfabpot
authored andcommitted
SCA with Php Inspections (EA Extended): 2.7
1 parent c503910 commit c646561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ContainerBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function testGet()
108108
}
109109

110110
$builder->register('foobar', 'stdClass')->setScope('container');
111-
$this->assertTrue($builder->get('bar') === $builder->get('bar'), '->get() always returns the same instance if the service is shared');
111+
$this->assertSame($builder->get('bar'), $builder->get('bar'), '->get() always returns the same instance if the service is shared');
112112
}
113113

114114
/**

0 commit comments

Comments
 (0)