l = LabelHandler::getInstance(); } /** * Testing newLabel method. */ public function test_newLabel() { $this->assertEquals("label", $this->l->newLabel("label")); $this->assertEquals("stitek", $this->l->newLabel("stitek")); $this->assertEquals("label2", $this->l->newLabel("label")); $this->assertEquals("label3", $this->l->newLabel("label")); } }