Skip to content

Instantly share code, notes, and snippets.

@vonglasow
Created June 27, 2016 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonglasow/8927d70288bdded51a815915894412ee to your computer and use it in GitHub Desktop.
Save vonglasow/8927d70288bdded51a815915894412ee to your computer and use it in GitHub Desktop.
<?php
/**
* @tags foo
*/
class test extends \atoum
{
/**
* @tags bar
*/
public function testClass()
{
$this->boolean(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment