Home | History | Annotate | Download | only in tests
      1 #!/bin/bash
      2 
      3 set -e
      4 
      5 ../flatc --php -o php union_vector/union_vector.fbs
      6 php phpUnionVectorTest.php
      7 
      8 echo 'PHP union vector test passed'
      9