<?php

class UnitTest extends PHPUnit_Framework_TestCase {
  public function testAlwaysTrue() {
    $this->assertEquals(-1, -1);
  }
}
