Example #1
0
 /** @covers Brickoo\Component\Common\Registry::add */
 public function testAddRegistrationsFromScalar()
 {
     $this->registry->add("test");
     $this->assertAttributeEquals(["test"], "registrations", $this->registry);
 }