예제 #1
0
 public function testChain()
 {
     $expected = __NAMESPACE__ . '\\FiltersInterface';
     self::assertInstanceOf($expected, $this->filters->on('some', 'trim'));
     self::assertInstanceOf($expected, $this->filters->off('some', 'trim'));
 }