/**
  * @test(expectedFail=true)
  * @profile(fork)
  */
 public function testAssertArrayFailed()
 {
     assertArray(new \stdClass());
 }
 /**
  * @test
  */
 public function testArray()
 {
     assertArray($this->testArray);
 }