Example #1
0
 public function testEmploy()
 {
     $stack = new Stack();
     $stack->employ(array('class' => 'Server\\TestStack'));
     $this->assertEquals($stack->count(), 1);
 }