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