X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fdependency-injection%2FTests%2FArgument%2FRewindableGeneratorTest.php;fp=vendor%2Fsymfony%2Fdependency-injection%2FTests%2FArgument%2FRewindableGeneratorTest.php;h=31e3f11fec35a349074455ab17e10e44e54212cd;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=1415869a4f1e92a005d000c32cb71fd523e7027a;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php b/vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php index 1415869a4..31e3f11fe 100644 --- a/vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php +++ b/vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php @@ -46,7 +46,7 @@ class RewindableGeneratorTest extends TestCase $this->assertSame(0, $called, 'Count callback is called lazily'); $this->assertCount(3, $generator); - count($generator); + \count($generator); $this->assertSame(1, $called, 'Count callback is called only once'); }