PHPackages                             aedart/testing-gst - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. aedart/testing-gst

Abandoned → [aedart/athenaeum](/?search=aedart%2Fathenaeum)ArchivedLibrary[Testing &amp; Quality](/categories/testing)

aedart/testing-gst
==================

Testing utility for custom getter setter traits

2.2.0(7y ago)0388[2 issues](https://github.com/aedart/testing-gst/issues)6BSD-3-ClausePHPPHP &gt;=7.1.0

Since May 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aedart/testing-gst)[ Packagist](https://packagist.org/packages/aedart/testing-gst)[ Docs](https://github.com/aedart/testing-gst)[ RSS](/packages/aedart-testing-gst/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (11)Used By (6)

[![Latest Stable Version](https://camo.githubusercontent.com/5c62525a6ab211ee73033d6497c55305578ba535105c03489ccc9a392bf02fb6/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672d6773742f762f737461626c65)](https://packagist.org/packages/aedart/testing-gst)[![Total Downloads](https://camo.githubusercontent.com/02b8179ba8e5fdaac7ef12fcd24fff43e6c5b28c9ec888f026c4e34f64e899a3/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672d6773742f646f776e6c6f616473)](https://packagist.org/packages/aedart/testing-gst)[![Latest Unstable Version](https://camo.githubusercontent.com/f16055679898d9d5c3f14d8fe1689c1c8b703398e655cab003a32f1424ac1b91/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672d6773742f762f756e737461626c65)](https://packagist.org/packages/aedart/testing-gst)[![License](https://camo.githubusercontent.com/e304c029ea6d5a8e7e07b07841e0c57cd53d7930ffe532100b841a7e58d01665/68747470733a2f2f706f7365722e707567782e6f72672f6165646172742f74657374696e672d6773742f6c6963656e7365)](https://packagist.org/packages/aedart/testing-gst)

Deprecated - Testing-GTS
========================

[](#deprecated---testing-gts)

Package has been replaced by [aedart/athenaeum](https://github.com/aedart/athenaeum)

Utilities that allows you to test special "getter setter traits", which are found throughout many of my packages.

Contents
========

[](#contents)

- [When to use this](#when-to-use-this)
- [How to install](#how-to-install)
- [Quick start](#quick-start)
- [License](#license)

When to use this
----------------

[](#when-to-use-this)

If you are generating lots of getter and setter traits, which adhere to the style (or perhaps standard) that I do, then this utility can speed up a lot of your testing.

How to install
--------------

[](#how-to-install)

```
composer require aedart/testing-gst
```

Quick Start
-----------

[](#quick-start)

Inside your test case, use the given trait and invoke the `assertGetterSetterTraitMethods` method:

```
class MyTraitTest extends Test
{

    use \Aedart\Testing\GST\GetterSetterTraitTester;

    // ... test setup not shown ... //

    /**
     * @test
     */
    public function canTestAllOfTraitsMethods()
    {
        $this->assertGetterSetterTraitMethods(
            PersonNameTrait::class,
            $this->faker->unique()->name,
            $this->faker->unique()->name
        );
    }
}
```

License
-------

[](#license)

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~93 days

Total

10

Last Release

2851d ago

Major Versions

1.4.1 → 2.0.02017-09-03

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

2.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1523223?v=4)[Alin Eugen Deac](/maintainers/aedart)[@aedart](https://github.com/aedart)

---

Top Contributors

[![aedart](https://avatars.githubusercontent.com/u/1523223?v=4)](https://github.com/aedart "aedart (45 commits)")

---

Tags

testingutilitygettersetter

### Embed Badge

![Health badge](/badges/aedart-testing-gst/health.svg)

```
[![Health](https://phpackages.com/badges/aedart-testing-gst/health.svg)](https://phpackages.com/packages/aedart-testing-gst)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k940.0M150.3k](/packages/phpunit-phpunit)[phpunit/php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

8.9k921.0M1.6k](/packages/phpunit-php-code-coverage)[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k516.1M26.2k](/packages/mockery-mockery)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k100.2M2.1k](/packages/behat-behat)[symfony/phpunit-bridge

Provides utilities for PHPUnit, especially user deprecation notices management

2.5k208.3M4.9k](/packages/symfony-phpunit-bridge)[brianium/paratest

Parallel testing for PHP

2.5k129.9M913](/packages/brianium-paratest)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
