@covers Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php, line 189
Class
- AttributeBagTest
- Tests AttributeBag
Namespace
Symfony\Component\HttpFoundation\Tests\Session\Attribute
Code
public function testCount() {
$this
->assertEquals(count($this->array), count($this->bag));
}