示例#1
0
 public function testFilterGetDataBy()
 {
     $_GET = array('foo_bar' => 'http://google.de/', 'bar' => 'asd');
     $this->assertSame(array('bar' => 'http://google.de/'), X\THETOOLS::filter_getDataBy('foo', array('bar' => 'u')));
 }