repo.or.cz
/
phpt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add @todo note
[phpt.git]
/
src
/
PHPT
/
Section
/
Runnable.php
blob
092035ad910057414880c80b3be37708266c431e
1
<
?php
2
3
interface
PHPT_Section_Runnable
extends
PHPT_Section
4
{
5
public function
run
(
PHPT_Case
$case
);
6
7
public function
getPriority
();
8
}