~ubuntu-branches/ubuntu/saucy/php-codesniffer/saucy

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-1.3.4/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2012-05-31 16:37:24 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120531163724-u6aiaubu8ks5dh5z
Tags: 1.3.4-0.1
* Non-maintainer upload.
* New upstream release (Closes: #599617, #634825).
* Swtiched debian/copyright to format 1.0 (rewrite was needed anyway, as the
upstream license changed).
* Switched package to pkg-php-tools and debhelper 8 sequencer.
* Now running unit tests at build time (so depends on phpunit (>= 3.6)).
* Section is now PHP.
* Added missing Build-Depends-Indep: php-pear.
* Added missing ${misc:Depends}.
* Added Vcs fields.
* Added homepage field.
* Reviewed short and long description.
* Added dependency on php-timer.
* Standards-Version: is now 3.9.3 (lots of changes, see above...).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * FIXME: really need to fix this before I commit.
 
4
 *
 
5
 */
 
6
 
 
7
// FIXME: this is broken, don't forget to fix it
 
8
error_log('test');
 
9
 
 
10
// FIXME remove this.
 
11
Debug::bam('test');
 
12
 
 
13
// fixme - fix this.
 
14
 
 
15
// Extract info from the array.
 
16
// FIXME: this is just a stub, fill in later
 
17
 
 
18
// Extract info from the array (fixme: finish later)
 
19
// To do this, use a function!
 
20
// nofixme! NOFIXME! NOfixme!
 
21
//FIXME.
 
22
?>