public function testToSet() { $this->assertSame(array('foo' => TRUE, 'bar' => TRUE), Strings::toSet('foo,bar')); }