I hereby claim:
- I am openbrian on github.
- I am openbrian (https://keybase.io/openbrian) on keybase.
- I have a public key whose fingerprint is 84F1 88D6 1658 4B94 ADEF 4675 6C36 4871 8BAC 2D26
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| abstract class curlTest | |
| extends rimsTestCase | |
| { | |
| /** | |
| * @var string override to provide code coverage data from the server | |
| */ | |
| protected $coverageScriptUrl; |
| <html> | |
| <head> | |
| <style> | |
| /* TODO: Collapse the borders. */ | |
| /* counts */ | |
| .c { border: 0px solid black; width: 30px; height: 25px; text-align: right; padding-left: 3px; padding-right: 3px;} | |
| /* empty cells */ | |
| .e { border: 0px solid black; width: 30px; height: 25px;} | |
| /* republican */ | |
| .r { border: 1px solid red; width: 25px; height: 25px; } |
| <?php | |
| class JsonFileDataProviderIterator implements Iterator | |
| { | |
| protected $position = 0; | |
| protected $array; | |
| public function __construct($test, $namespace) | |
| { | |
| $path = preg_replace('/.php$/', '.data', $test) . '/' . $namespace; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE language SYSTEM "language.dtd"> | |
| <!-- Gherkin, syntax definition based on sql-postgresql.xml by Yury Lebedev --> | |
| <language name="Gherkin" version="0.1" kateversion="2.4" section="Other" extensions="*.feature;*.FEATURE" mimetype="text/x-gherkin" casesensitive="0" author="Brian DeRocher (brian@derocher)" license="GPL"> | |
| <highlighting> | |
| <list name="keywords"> | |
| <item> FEATURE: </item> | |
| <item> SCENARIO: </item> | |
| <item> SCENARIO OUTLINE: </item> | |
| <item> BACKGROUND: </item> |