コード例 #1
0
 /**
  * @test(expectedFail=true)
  * @profile(fork)
  */
 public function testAssertArrayFailed()
 {
     assertArray(new \stdClass());
 }
コード例 #2
0
 /**
  * @test
  */
 public function testArray()
 {
     assertArray($this->testArray);
 }