Skip to content

Commit

Permalink
remainder
Browse files Browse the repository at this point in the history
  • Loading branch information
rikmeijer committed Jan 31, 2024
1 parent 2063165 commit 651895c
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file.
29 changes: 29 additions & 0 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
auxiliary.org-netbeans-modules-php-apigen.accessLevels=public,protected
auxiliary.org-netbeans-modules-php-apigen.charsets=UTF-8
auxiliary.org-netbeans-modules-php-apigen.config=
auxiliary.org-netbeans-modules-php-apigen.deprecated=false
auxiliary.org-netbeans-modules-php-apigen.download=false
auxiliary.org-netbeans-modules-php-apigen.enabled=true
auxiliary.org-netbeans-modules-php-apigen.excludes=
auxiliary.org-netbeans-modules-php-apigen.hasConfig=false
auxiliary.org-netbeans-modules-php-apigen.internal=false
auxiliary.org-netbeans-modules-php-apigen.php=true
auxiliary.org-netbeans-modules-php-apigen.sourceCode=true
auxiliary.org-netbeans-modules-php-apigen.target=
auxiliary.org-netbeans-modules-php-apigen.title=purposeplan
auxiliary.org-netbeans-modules-php-apigen.todo=false
auxiliary.org-netbeans-modules-php-apigen.tree=true
auxiliary.org-netbeans-modules-php-phpdoc.configuration_2e_enabled=false
auxiliary.org-netbeans-modules-php-phpdoc.configuration_2e_path=
auxiliary.org-netbeans-modules-php-phpdoc.target=
browser.id=SL[/Browsers/FirefoxBrowser
copy.src.files=false
copy.src.on.open=false
copy.src.target=
hostname=localhost
include.path.private=
index.file=serve.php
port=8000
run.as=SCRIPT
url=http://localhost:8000/
work.dir=/Users/rmeijer/NetBeansProjects/purposeplan
7 changes: 7 additions & 0 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
</open-files>
</project-private>
Binary file added tests/.DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions tests/Unit/lib/Repository/RepositoryTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

declare(strict_types=1);

namespace rikmeijer\purposeplan\tests\Unit\lib\HTTP;

use \rikmeijer\purposeplan\lib\Respository\Repository;

class RepositoryTest extends \rikmeijer\purposeplan\Tests\Unit\TestCase {



public function test_open(): void {
//$repository = Respository::write();


}

}

0 comments on commit 651895c

Please sign in to comment.