-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
They serve no purpose; we have the class docblocks
- Loading branch information
Showing
17 changed files
with
3 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Netresearch | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Automatically map JSON structures into objects. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Netresearch | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Simple exception | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Tools | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link https://github.com/cweiske/jsonmapper | ||
*/ | ||
|
||
use namespacetest\model\MyArrayObject; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Tools | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link https://github.com/cweiske/jsonmapper | ||
*/ | ||
|
||
/** | ||
* Unit tests for JsonMapper's classMap | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Tools | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link https://github.com/cweiske/jsonmapper | ||
*/ | ||
|
||
use PHPUnit\Framework\TestCase; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Tools | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link https://github.com/cweiske/jsonmapper | ||
*/ | ||
|
||
/** | ||
* Unit tests for JsonMapper's object handling | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit tests for JsonMapper that don't fit in other categories | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit tests for JsonMapper option "bRemoveUndefinedAttributes". | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @category Tools | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link https://github.com/cweiske/jsonmapper | ||
*/ | ||
|
||
/** | ||
* Unit tests for JsonMapper's simple type handling | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit test helper class for testing property mapping | ||
* | ||
|
11 changes: 0 additions & 11 deletions
11
tests/support/JsonMapperTest/ArrayValueForStringProperty.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
class JsonMapperTest_ArrayValueForStringProperty | ||
{ | ||
public string $value; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit test helper class for testing property mapping | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Simple in-memory logger | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit test helper class for testing property mapping | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
<?php | ||
/** | ||
* Part of JsonMapper | ||
* | ||
* PHP version 5 | ||
* | ||
* @package JsonMapper | ||
* @author Christian Weiske <[email protected]> | ||
* @license OSL-3.0 http://opensource.org/licenses/osl-3.0 | ||
* @link http://cweiske.de/ | ||
*/ | ||
|
||
/** | ||
* Unit test helper class for testing property mapping | ||
|